Fix platformsupport as installable module

Change-Id: I17c4723c551c1cee9c442e8d6c1289bccf505d3d
Reviewed-on: http://codereview.qt.nokia.com/2868
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Andy Nichols
This commit is contained in:
Jørgen Lind 2011-08-11 15:13:48 +02:00 committed by Andy Nichols
parent cbce0088bb
commit d34b0eb633
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@ QT.platformsupport.MINOR_VERSION = 0
QT.platformsupport.PATCH_VERSION = 0
QT.platformsupport.name = QtPlatformSupport
QT.platformsupport.bins = $$QT_MODULE_BIN_BASE
QT.platformsupport.includes = $$QT_MODULE_INCLUDE_BASE/QtPlatformSupport
QT.platformsupport.private_includes = $$QT_MODULE_INCLUDE_BASE/QtPlatformSupport/$$QT.platformsupport.VERSION
QT.platformsupport.sources = $$QT_MODULE_BASE/src/platformsupport

View File

@ -1,5 +1,5 @@
load(qt_module)
TARGET = $$qtLibraryTarget(QtPlatformSupport)
TARGET = QtPlatformSupport
QPRO_PWD = $$PWD
QT += core-private gui-private
TEMPLATE = lib
@ -9,7 +9,9 @@ CONFIG += module
!mac:CONFIG += staticlib
mac:LIBS += -lz -framework CoreFoundation -framework Carbon
MODULE_PRI = ../modules/qt_platformssupport.pri
MODULE_PRI = ../modules/qt_platformsupport.pri
load(qt_module_config)
unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui