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

MODULE_CONFIG = needs_printsupport_plugin
DEFINES   += QT_NO_USING_NAMESPACE

MODULE_PLUGIN_TYPES = \
    printsupport

QMAKE_DOCS = $$PWD/doc/qtprintsupport.qdocconf

load(qt_module)

QMAKE_LIBS += $$QMAKE_LIBS_PRINTSUPPORT

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