summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/windows/windows.pro
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2013-12-17 12:55:32 -0500
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 13:45:42 +0100
commitcf8b8340f3d283830a6aca2f708e839bb70d6d57 (patch)
tree70c11b317bc397bea14205c1e87f4cde4279e991 /src/plugins/printsupport/windows/windows.pro
parente33b9152678cd62a7f314dae80898326595c86c0 (diff)
QPlatformPrintDevice - Add Windows implementation
Add Windows implementation of QPlatformPrintDevice. Change-Id: I007678cd6d2bdae0728b61cc2796a5c5e5d1578f Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/plugins/printsupport/windows/windows.pro')
-rw-r--r--src/plugins/printsupport/windows/windows.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/printsupport/windows/windows.pro b/src/plugins/printsupport/windows/windows.pro
index ae9efa342b..364e19e68e 100644
--- a/src/plugins/printsupport/windows/windows.pro
+++ b/src/plugins/printsupport/windows/windows.pro
@@ -12,10 +12,12 @@ INCLUDEPATH *= $$QT_SOURCE_TREE/src/printsupport/kernel
SOURCES += \
main.cpp \
- qwindowsprintersupport.cpp
+ qwindowsprintersupport.cpp \
+ qwindowsprintdevice.cpp \
HEADERS += \
- qwindowsprintersupport.h
+ qwindowsprintersupport.h \
+ qwindowsprintdevice.h \
OTHER_FILES += windows.json