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:
parent
cbce0088bb
commit
d34b0eb633
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user