File MotionBox-1.5.0-paths.patch of Package MotionBox
Index: MotionBox-1.5.0/dist/qrc.sh
===================================================================
--- MotionBox-1.5.0.orig/dist/qrc.sh
+++ MotionBox-1.5.0/dist/qrc.sh
@@ -5,7 +5,7 @@ set -e
# Settings
#--------------------------------------------------------------------------------------------------
-Sky="../../Sky"
+Sky="../Sky"
SkyComponents="$Sky/src/SkyComponents"
@@ -105,4 +105,4 @@ else
version=1.1
fi
-"$Sky"/deploy/deployer qrc $version MotionBox.qrc
+"$Sky"/latest/deployer qrc $version MotionBox.qrc
Index: MotionBox-1.5.0/MotionBox.pro
===================================================================
--- MotionBox-1.5.0.orig/MotionBox.pro
+++ MotionBox-1.5.0/MotionBox.pro
@@ -1,4 +1,4 @@
-SK = $$_PRO_FILE_PWD_/../Sky
+SK = $$_PRO_FILE_PWD_/Sky
TARGET = MotionBox