summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2013-10-29 21:12:30 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 14:12:27 +0100
commit243064b1226e08943b1bf4103f555202c2cfe3bf (patch)
treeea2ab4585d0acc7a5ce6f0de48ce5fa15de15036 /examples
parent6348938a792b83374829ea09482539855cf2e56d (diff)
downloadqtsensors-243064b1226e08943b1bf4103f555202c2cfe3bf.tar.gz
grue example: Set qmldir.path correctly.
It should be $$DESTPATH, not $$DESTDIR, otherwise the build will install files to wrong locations like debian/tmp/build/buildd/... when building Debian packages. Change-Id: Iae1bd2d190dd1653f06d0f043f1b701b7cb46eb4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/sensors/grue/import/import.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/grue/import/import.pro b/examples/sensors/grue/import/import.pro
index 56623da..87e3c91 100644
--- a/examples/sensors/grue/import/import.pro
+++ b/examples/sensors/grue/import/import.pro
@@ -21,7 +21,7 @@ target.path=$$DESTPATH
INSTALLS += target
qmldir.files=$$PWD/qmldir
-qmldir.path=$$DESTDIR
+qmldir.path=$$DESTPATH
INSTALLS += qmldir
OTHER_FILES += \