mirror of https://github.com/qt/qtbase.git
Mac: buildfix for QtPlatformsupport
This commit is contained in:
parent
1c86896f53
commit
1ed22cdfd3
|
@ -1,8 +1,9 @@
|
|||
load(qt_module)
|
||||
TARGET = QtPlatformSupport
|
||||
TARGET = $$qtLibraryTarget(QtPlatformSupport)
|
||||
QPRO_PWD = $$PWD
|
||||
QT += core-private gui-private
|
||||
TEMPLATE = lib
|
||||
TEMPLATE = lib
|
||||
DESTDIR = $$QMAKE_LIBDIR_QT
|
||||
|
||||
CONFIG += module staticlib
|
||||
MODULE_PRI = ../modules/qt_platformssupport.pri
|
||||
|
|
Loading…
Reference in New Issue