summaryrefslogtreecommitdiffstats
path: root/src/printsupport/platform/windows/windows.pri
blob: 89d765dc2807d8124e3b836339ce4cd1dda9c4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SOURCES += \
    $$PWD/qprintengine_win.cpp \
    $$PWD/qwindowsprintdevice.cpp

# Disable PCH to allow selectively enabling QT_STATICPLUGIN
NO_PCH_SOURCES += $$PWD/qwindowsprintersupport.cpp

HEADERS += \
    $$PWD/qprintengine_win_p.h \
    $$PWD/qwindowsprintersupport_p.h \
    $$PWD/qwindowsprintdevice_p.h

OTHER_FILES += $$PWD/windows.json

LIBS += -lwinspool -lcomdlg32
QMAKE_USE_PRIVATE += user32 gdi32