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/imports.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/imports.pro')
-rw-r--r-- | src/imports/imports.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro index 8b47043..3886f5c 100644 --- a/src/imports/imports.pro +++ b/src/imports/imports.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs -SUBDIRS += widgets +SUBDIRS += widgets particles contains(QT_CONFIG, webkit): SUBDIRS += webkit contains(QT_CONFIG, multimedia): SUBDIRS += multimedia |