summaryrefslogtreecommitdiffstats
path: root/src/printsupport/printsupport.pro
blob: 0aa92a95de7d462db746b18a09e54f9bbcd06d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
load(qt_module)

TARGET     = QtPrintSupport
QPRO_PWD   = $$PWD
QT = core-private gui-private widgets-private

CONFIG += module
MODULE_PRI = ../modules/qt_printsupport.pri

DEFINES   += QT_BUILD_PRINTSUPPORT_LIB QT_NO_USING_NAMESPACE

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

load(qt_module_config)

HEADERS += $$QT_SOURCE_TREE/src/printsupport/qtprintsupportversion.h

QMAKE_LIBS += $$QMAKE_LIBS_PRINTSUPPORT

include(kernel/kernel.pri)
include(widgets/widgets.pri)
include(dialogs/dialogs.pri)