diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 04:37:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 04:37:28 (GMT) |
commit | ca90afcf32d9ba083b34f5cef3c7bde6300844f4 (patch) | |
tree | e4833fd2340009f15ba1bb1ed5bd09421e5ea067 /src/imports/particles/particles.pro | |
parent | 09a40e13174b9f34007ce9fbd98e06b4e48c1954 (diff) | |
parent | 33f7ae1c2edf7c414a5f8b3af79c9529718c29b1 (diff) | |
download | Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.zip Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.gz Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/imports/particles/particles.pro')
-rw-r--r-- | src/imports/particles/particles.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro index 02d9ea6..53d9c24 100644 --- a/src/imports/particles/particles.pro +++ b/src/imports/particles/particles.pro @@ -17,4 +17,15 @@ target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH qmldir.files += $$QT_BUILD_TREE/imports/$$TARGETPATH/qmldir qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH +symbian:{ + load(data_caging_paths) + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) + + importFiles.sources = particles.dll \ + qmldir + importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH + + DEPLOYMENT = importFiles +} + INSTALLS += target qmldir |