summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-07-02 10:44:19 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-07-18 07:09:09 +0000
commit96b7ea3a9590d8fef4cbcdf5f70f2dd029ce5e6a (patch)
tree91f9d5bff43c2023c1e1e45f7d215c486ded6978 /tests/auto/widgets/widgets.pro
parentc7258d82117018577f277957196ea9a9c593b958 (diff)
Move printing out of tst_qwebenginepage
Change-Id: Ida7ee0e4a31a1c19d7b2eaf572b6ff703cbab79d Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 7728a7a51..faafeb69f 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -1,5 +1,5 @@
include($$QTWEBENGINE_OUT_ROOT/src/core/qtwebenginecore-config.pri) # workaround for QTBUG-68093
-QT_FOR_CONFIG += webenginecore
+QT_FOR_CONFIG += webenginecore webenginecore-private
TEMPLATE = subdirs
@@ -23,6 +23,10 @@ qtConfig(accessibility) {
SUBDIRS += qwebengineaccessibility
}
+qtConfig(webengine-printing-and-pdf) {
+ SUBDIRS += printing
+}
+
qtConfig(webengine-spellchecker):!cross_compile {
!qtConfig(webengine-native-spellchecker) {
SUBDIRS += qwebenginespellcheck