summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/windows/windows.pro
blob: 3366262ef03740c02ab62df82f9abff57ebb1f5f (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
TARGET = windowsprintersupport
MODULE = windowsprintersupport
PLUGIN_TYPE = printsupport
PLUGIN_CLASS_NAME = QWindowsPrinterSupportPlugin
load(qt_plugin)

QT *= core-private
QT *= gui-private
QT *= printsupport-private

INCLUDEPATH *= $$QT_SOURCE_TREE/src/printsupport/kernel

SOURCES += \
    main.cpp \
    qwindowsprintersupport.cpp \
    qwindowsprintdevice.cpp \

HEADERS += \
    qwindowsprintersupport.h \
    qwindowsprintdevice.h \

OTHER_FILES += windows.json

LIBS += -lwinspool -lcomdlg32 -lgdi32 -luser32