From 243064b1226e08943b1bf4103f555202c2cfe3bf Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 29 Oct 2013 21:12:30 +0400 Subject: grue example: Set qmldir.path correctly. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Topi Reiniƶ --- examples/sensors/grue/import/import.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 += \ -- cgit v1.2.1