summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
blob: fba1096ab23c3d1da8e55392b890a7023c18fba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
load(qt_module)
TARGET     = QtPlatformSupport
QPRO_PWD   = $$PWD
QT         += core-private gui-private
TEMPLATE   = lib
DESTDIR    = $$QT.gui.libs

CONFIG += module
CONFIG += staticlib
mac:LIBS += -lz -framework CoreFoundation -framework Carbon

MODULE_PRI = ../modules/qt_platformsupport.pri

DEFINES += QT_BUILD_PLATFORMSUPPORT_LIB

load(qt_module_config)

unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui

include(../qbase.pri)

HEADERS += $$PWD/qtplatformsupportversion.h

DEFINES += QT_NO_CAST_FROM_ASCII
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h

include(cglconvenience/cglconvenience.pri)
include(dnd/dnd.pri)
include(eglconvenience/eglconvenience.pri)
include(eventdispatchers/eventdispatchers.pri)
include(fb_base/fb_base.pri)
include(fontdatabases/fontdatabases.pri)
include(glxconvenience/glxconvenience.pri)
include(input/input.pri)
include(inputcontext/inputcontext.pri)
include(devicediscovery/devicediscovery.pri)
include(services/services.pri)
include(themes/themes.pri)