From 3bb7128fb705fa88ba955ca0ae6bd44fcef8fa4b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 23 Jul 2012 09:43:51 +0200 Subject: 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 --- src/qmldevtools/qmldevtools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmldevtools') 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) -- cgit v1.2.3