summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlqtsensors/qmlqtsensors.pro
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-08-16 13:32:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-16 07:52:46 +0200
commit7e5115f55335b2868ec3b560440f2d28863151eb (patch)
tree294008f61848c2b367bb1534923846320f97fbf7 /examples/sensors/qmlqtsensors/qmlqtsensors.pro
parentbc5c798cf56d8f808aa758d45924fe21573f2e44 (diff)
Fix QTBUG-26860 - install examples to qtsensors directory
Change-Id: Iab2407798616ed08ce7789020fe47b00e226d62d Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'examples/sensors/qmlqtsensors/qmlqtsensors.pro')
-rw-r--r--examples/sensors/qmlqtsensors/qmlqtsensors.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sensors/qmlqtsensors/qmlqtsensors.pro b/examples/sensors/qmlqtsensors/qmlqtsensors.pro
index facd4e81..5275db55 100644
--- a/examples/sensors/qmlqtsensors/qmlqtsensors.pro
+++ b/examples/sensors/qmlqtsensors/qmlqtsensors.pro
@@ -8,6 +8,6 @@ app.files = \
icon.png \
components
-target.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlqtsensors
-app.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlqtsensors
+target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/qmlqtsensors
+app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/qmlqtsensors
INSTALLS += target app