summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/windows/windows.pro
blob: 2032125f4b59a1a302f8c2b40d0051dac4b792e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = windows
load(qt_plugin)

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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/printsupport
INCLUDEPATH *= $$QT_SOURCE_TREE/src/printsupport/kernel

SOURCES += \
    main.cpp \
    qwindowsprintersupport.cpp

HEADERS += \
    qwindowsprintersupport.h

target.path += $$[QT_INSTALL_PLUGINS]/printsupport
INSTALLS += target
LIBS += -lWinspool -lComdlg32