diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-03-11 05:26:42 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-03-11 05:26:42 (GMT) |
commit | fcea69d5136749827439fd6b2b45371034ca9599 (patch) | |
tree | 2b168f4863cafd5caa69fd0dc227ca102a7ea87a /src/imports/particles/particles.pro | |
parent | 16b28550f03ec69cee8481d93c3ba2c8830e53f5 (diff) | |
download | Qt-fcea69d5136749827439fd6b2b45371034ca9599.zip Qt-fcea69d5136749827439fd6b2b45371034ca9599.tar.gz Qt-fcea69d5136749827439fd6b2b45371034ca9599.tar.bz2 |
Move particles in their own plugin (Qt.labs.particles)
Task-number: QT-2846
Diffstat (limited to 'src/imports/particles/particles.pro')
-rw-r--r-- | src/imports/particles/particles.pro | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro new file mode 100644 index 0000000..2a0b8f5 --- /dev/null +++ b/src/imports/particles/particles.pro @@ -0,0 +1,21 @@ +TARGET = particles +TARGETPATH = Qt/labs/particles +include(../qimportbase.pri) + +QT += declarative + +SOURCES += \ + qdeclarativeparticles.cpp \ + particles.cpp + +HEADERS += \ + qdeclarativeparticles_p.h + +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH +target.path = $$TARGETPATH + +# install qmldir file +qmldir.files += qmldir +qmldir.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH + +INSTALLS += target qmldir |