summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/console_app/console_app.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-21 20:46:30 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-10 11:10:04 +0000
commit127ac0810f042999a13db18e68b43be9ab85e708 (patch)
tree9835559c67647512099e836ad824b23eb683273a /examples/sensors/grue/console_app/console_app.pro
parente005c91966c4f2ed29baa84f2961261bda6400b9 (diff)
downloadqtsensors-127ac0810f042999a13db18e68b43be9ab85e708.tar.gz
fix example installs
Change-Id: Id7b94644f9db10bce3ef3539f4ff275f5f6f37b0 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/sensors/grue/console_app/console_app.pro')
-rw-r--r--examples/sensors/grue/console_app/console_app.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/sensors/grue/console_app/console_app.pro b/examples/sensors/grue/console_app/console_app.pro
index f2b627e..3d3915f 100644
--- a/examples/sensors/grue/console_app/console_app.pro
+++ b/examples/sensors/grue/console_app/console_app.pro
@@ -9,3 +9,5 @@ SOURCES = main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
INSTALLS += target
+
+CONFIG += install_ok # Do not cargo-cult this!