summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/qml.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-06 14:33:04 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-09-06 14:33:04 +0200
commit0784f45d046f481f91dd9b701e237836c8b3fb11 (patch)
tree2e001c09ec5ef3945440d232c007297755d72bab /examples/sensors/grue/qml.pro
parentd9776fc6aa8e90926fa024bb64c4e31406d1d091 (diff)
parented96b2ea42bd95feeba1085665286a33c9672ab1 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'examples/sensors/grue/qml.pro')
-rw-r--r--examples/sensors/grue/qml.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/sensors/grue/qml.pro b/examples/sensors/grue/qml.pro
index d7444ca8..ff0963fc 100644
--- a/examples/sensors/grue/qml.pro
+++ b/examples/sensors/grue/qml.pro
@@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = grue
QT += quick
+
SOURCES = main.cpp
RESOURCES += \
@@ -11,6 +12,6 @@ app.files = \
$$files(*.qml) \
grue.png
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/grue
-app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/grue
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
+app.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
INSTALLS += target app