aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/particles.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-23 09:43:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-24 13:27:36 +0200
commit3bb7128fb705fa88ba955ca0ae6bd44fcef8fa4b (patch)
tree0ea6ce9126a66c3ce05365d7c3d69be30f654470 /src/particles/particles.pro
parenta53253d89fc281d8754aeeaaa497cf42ce5d314e (diff)
Mark some declarative libraries as internal.
The QtQuickParticles module is actually a QML plugin, even though it is installed to lib/, and it doesn't have useful public API. The QmlDevTools module is internal and non-stable API. This avoids creating CMake files for those modules. Change-Id: Iae7a66b18728d65aa6abd660365f0878bc6574a4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/particles/particles.pro')
-rw-r--r--src/particles/particles.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/particles.pro b/src/particles/particles.pro
index 1daaf99c0f..a7efe633a3 100644
--- a/src/particles/particles.pro
+++ b/src/particles/particles.pro
@@ -2,7 +2,7 @@ load(qt_build_config)
TARGET = QtQuickParticles
-CONFIG += dll warn_on
+CONFIG += dll warn_on internal_module
QT = core-private gui-private qml-private quick-private