summaryrefslogtreecommitdiffstats
path: root/src/printsupport/printsupport.pro
blob: 53bdccb3a3a228032293938257d25a2d0858a21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET     = QtPrintSupport
QT = core-private gui-private widgets-private

DEFINES   += QT_NO_USING_NAMESPACE QT_NO_FOREACH

QMAKE_DOCS = $$PWD/doc/qtprintsupport.qdocconf

QMAKE_LIBS += $$QMAKE_LIBS_PRINTSUPPORT

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

macos: include(platform/macos/macos.pri)
win32: include(platform/windows/windows.pri)

MODULE_PLUGIN_TYPES = \
    printsupport
load(qt_module)