summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlsensorgestures/qml.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-13 14:52:58 +0100
committerSergio Ahumada <sahumada@blackberry.com>2014-03-13 14:53:04 +0100
commita0ba97f918666d46c20964dd2033b407446c4436 (patch)
treebb5a3534843f861a81a2ddf1633b42c56350754b /examples/sensors/qmlsensorgestures/qml.pro
parentab3a8828503c56764dcf1f85c658edd59944e676 (diff)
parent5ed59ab19c145afd5ff7db47ee4b0c3c11f47c7a (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'examples/sensors/qmlsensorgestures/qml.pro')
-rw-r--r--examples/sensors/qmlsensorgestures/qml.pro10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/sensors/qmlsensorgestures/qml.pro b/examples/sensors/qmlsensorgestures/qml.pro
index 9bcba7fd..6191f322 100644
--- a/examples/sensors/qmlsensorgestures/qml.pro
+++ b/examples/sensors/qmlsensorgestures/qml.pro
@@ -3,13 +3,11 @@ TARGET = qmlsensorgestures
QT += quick
SOURCES = main.cpp
-app.files = \
- $$files(*.qml) \
- icon.png
+OTHER_FILES = \
+ $$files(*.qml)
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/qmlsensorgestures
-app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/qmlsensorgestures
-INSTALLS += target app
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlsensorgestures
+INSTALLS += target
RESOURCES += \
qml.qrc