diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-03-15 00:52:09 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-03-15 00:52:09 (GMT) |
commit | bb06ae50a54df2787daba63e33337f30f67978c4 (patch) | |
tree | ed256c94acb5d44b5235753e2070687369a7ede5 | |
parent | d5008095e7c35bda927f0c41aa4545ddbbcc52b9 (diff) | |
download | Qt-bb06ae50a54df2787daba63e33337f30f67978c4.zip Qt-bb06ae50a54df2787daba63e33337f30f67978c4.tar.gz Qt-bb06ae50a54df2787daba63e33337f30f67978c4.tar.bz2 |
fix installation of imports libraries
-rw-r--r-- | src/imports/particles/particles.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro index 2a0b8f5..02d9ea6 100644 --- a/src/imports/particles/particles.pro +++ b/src/imports/particles/particles.pro @@ -12,10 +12,9 @@ HEADERS += \ qdeclarativeparticles_p.h QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH -target.path = $$TARGETPATH +target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH -# install qmldir file -qmldir.files += qmldir -qmldir.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH +qmldir.files += $$QT_BUILD_TREE/imports/$$TARGETPATH/qmldir +qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH INSTALLS += target qmldir |