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>
This commit is contained in:
Maurice Kalinowski 2016-11-17 16:19:32 +01:00
parent e9fa435652
commit d20a99c081
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ win32 {
$$PWD/qprintengine_win_p.h
SOURCES += \
$$PWD/qprintengine_win.cpp
LIBS_PRIVATE += -lwinspool -lcomdlg32 -lgdi32 -luser32
!winrt: LIBS_PRIVATE += -lwinspool -lcomdlg32 -lgdi32 -luser32
}
unix:!darwin:qtConfig(cups) {

View File

@ -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
}