summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/qml.pro
diff options
context:
space:
mode:
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