summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/windows/windows.pro
blob: 06694fb7fe6b59be95b6185ac40bfb63a197926d (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
25
TARGET = windowsprintersupport
MODULE = windowsprintersupport

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

PLUGIN_TYPE = printsupport
PLUGIN_CLASS_NAME = QWindowsPrinterSupportPlugin
load(qt_plugin)