Mark QtMultimediaQuickTools library as internal.

It does not install useful public headers (and those that it does
install are installed to QtMultimediaQuick_p).

This causes the avoidance of creation of CMake files.

Change-Id: I7360f9c8e4b203ce0573c1cbfcc87d326e8f0d2f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Stephen Kelly
2012-07-23 09:34:14 +02:00
committed by Qt by Nokia
parent 3110de97b6
commit 1eb6bdb4ba

View File

@@ -2,6 +2,7 @@ load(qt_build_config)
TARGET = QtMultimediaQuick_p TARGET = QtMultimediaQuick_p
QT = core quick multimedia-private QT = core quick multimedia-private
CONFIG += internal_module
load(qt_module_config) load(qt_module_config)