Commit 3bb7128f authored by Stephen Kelly's avatar Stephen Kelly Committed by Qt by Nokia
Browse files

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: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
parent a53253d8
Showing with 2 additions and 2 deletions
......@@ -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
......
......@@ -2,7 +2,7 @@ load(qt_build_config)
TARGET = QtQmlDevTools
QT = core
CONFIG += static
CONFIG += static internal_module
load(qt_module_config)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment