aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/particles/particles.pro2
-rw-r--r--src/qmldevtools/qmldevtools.pro2
2 files changed, 2 insertions, 2 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
diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro
index bfb3b71e3c..aed4bd63ef 100644
--- a/src/qmldevtools/qmldevtools.pro
+++ b/src/qmldevtools/qmldevtools.pro
@@ -2,7 +2,7 @@ load(qt_build_config)
TARGET = QtQmlDevTools
QT = core
-CONFIG += static
+CONFIG += static internal_module
load(qt_module_config)