2011-06-10 11:26:36 +00:00
|
|
|
load(qt_module)
|
2011-08-11 13:13:48 +00:00
|
|
|
TARGET = QtPlatformSupport
|
2011-06-09 13:56:55 +00:00
|
|
|
QPRO_PWD = $$PWD
|
|
|
|
QT += core-private gui-private
|
2011-06-20 11:20:49 +00:00
|
|
|
TEMPLATE = lib
|
|
|
|
DESTDIR = $$QMAKE_LIBDIR_QT
|
2011-06-09 13:56:55 +00:00
|
|
|
|
2011-06-21 07:47:30 +00:00
|
|
|
CONFIG += module
|
2011-08-24 07:47:20 +00:00
|
|
|
CONFIG += staticlib
|
2011-06-21 11:40:57 +00:00
|
|
|
mac:LIBS += -lz -framework CoreFoundation -framework Carbon
|
2011-06-21 07:47:30 +00:00
|
|
|
|
2011-08-11 13:13:48 +00:00
|
|
|
MODULE_PRI = ../modules/qt_platformsupport.pri
|
|
|
|
|
2011-09-14 00:34:27 +00:00
|
|
|
DEFINES += QT_BUILD_PLATFORMSUPPORT_LIB
|
|
|
|
|
2011-08-11 13:13:48 +00:00
|
|
|
load(qt_module_config)
|
2011-06-09 13:56:55 +00:00
|
|
|
|
|
|
|
unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui
|
|
|
|
|
|
|
|
include(../qbase.pri)
|
|
|
|
|
2012-02-01 09:45:51 +00:00
|
|
|
HEADERS += $$PWD/qtplatformsupportversion.h
|
2011-06-09 13:56:55 +00:00
|
|
|
|
|
|
|
DEFINES += QT_NO_CAST_FROM_ASCII
|
|
|
|
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
|
|
|
|
|
2011-06-27 11:17:52 +00:00
|
|
|
include(cglconvenience/cglconvenience.pri)
|
2011-06-09 13:56:55 +00:00
|
|
|
include(dnd/dnd.pri)
|
|
|
|
include(eglconvenience/eglconvenience.pri)
|
2011-06-21 11:40:57 +00:00
|
|
|
include(eventdispatchers/eventdispatchers.pri)
|
2011-06-09 13:56:55 +00:00
|
|
|
include(fb_base/fb_base.pri)
|
|
|
|
include(fontdatabases/fontdatabases.pri)
|
|
|
|
include(glxconvenience/glxconvenience.pri)
|
2011-09-16 12:22:48 +00:00
|
|
|
#include(printersupport/printersupport.pri)
|
2011-09-08 14:22:55 +00:00
|
|
|
include(inputcontext/inputcontext.pri)
|
2012-02-05 11:32:40 +00:00
|
|
|
include(udev/udev.pri)
|
2012-02-08 07:40:48 +00:00
|
|
|
include(services/services.pri)
|