summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2016-11-17 16:19:32 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2016-11-23 09:27:51 +0000
commitd20a99c081491f020836904eaa1c9323b9b56921 (patch)
tree93f6523dcce13b0dc204171bbe502c366b3591fe /src/src.pro
parente9fa435652ef064515bd5c04c0b5e5c4a30ebca4 (diff)
winrt: Add printsupport
For WinRT QPrinter and co are disabled in the new configure system. Still, we need to have printsupport enabled as a module, providing no printer. Task-number: QTBUG-56321 Change-Id: I95ce538e8f54073832af551ccf7f981e877a3b25 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index f19b0bd354..54f3b6e020 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -186,7 +186,7 @@ qtConfig(gui) {
SUBDIRS += src_opengl
src_plugins.depends += src_opengl
}
- !wince:!winrt {
+ !wince {
SUBDIRS += src_printsupport
src_plugins.depends += src_printsupport
}