summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/console_app/console_app.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/console_app/console_app.pro
parentd9776fc6aa8e90926fa024bb64c4e31406d1d091 (diff)
parented96b2ea42bd95feeba1085665286a33c9672ab1 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'examples/sensors/grue/console_app/console_app.pro')
-rw-r--r--examples/sensors/grue/console_app/console_app.pro13
1 files changed, 8 insertions, 5 deletions
diff --git a/examples/sensors/grue/console_app/console_app.pro b/examples/sensors/grue/console_app/console_app.pro
index 786d2b19..f2b627ec 100644
--- a/examples/sensors/grue/console_app/console_app.pro
+++ b/examples/sensors/grue/console_app/console_app.pro
@@ -1,8 +1,11 @@
-TEMPLATE=app
-TARGET=detect_grue
+TEMPLATE = app
+TARGET = detect_grue
CONFIG += console
-QT=core sensors
-SOURCES=main.cpp
+QT = core sensors
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/grue
+DESTDIR = $$OUT_PWD/..
+
+SOURCES = main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
INSTALLS += target