Mark some declarative libraries as internal.
authorStephen Kelly <stephen.kelly@kdab.com>
Mon, 23 Jul 2012 07:43:51 +0000 (09:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 11:27:36 +0000 (13:27 +0200)
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>
src/particles/particles.pro
src/qmldevtools/qmldevtools.pro

index 1daaf99..a7efe63 100644 (file)
@@ -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
 
index bfb3b71..aed4bd6 100644 (file)
@@ -2,7 +2,7 @@ load(qt_build_config)
 
 TARGET     = QtQmlDevTools
 QT         = core
-CONFIG += static
+CONFIG += static internal_module
 
 load(qt_module_config)