summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-05-18 11:27:54 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-05-30 20:10:23 +0000
commitd282d2b1999f3b2b8ad68fbd8e243071f02bab2a (patch)
treeb040575a8ace0f3cfe88b307ef0e57a53e95de41 /tests/auto/quick/quick.pro
parent3bef9a742b48ed9b72877c346b7bdf6bbe03eb8c (diff)
Add dialog unit test
Add test to see if correct dialogs are requested Change-Id: I10a7d384b5704fd337b42ea788b6ec6411828d87 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 56c7d02aa..a28a401e9 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -3,6 +3,7 @@ QT_FOR_CONFIG += webengine-private
TEMPLATE = subdirs
SUBDIRS += \
+ dialogs \
inspectorserver \
publicapi \
qquickwebenginedefaultsurfaceformat \
@@ -15,4 +16,4 @@ qtConfig(webengine-testsupport) {
}
# QTBUG-66055
-boot2qt: SUBDIRS -= inspectorserver qquickwebenginedefaultsurfaceformat qquickwebengineview qmltests
+boot2qt: SUBDIRS -= inspectorserver qquickwebenginedefaultsurfaceformat qquickwebengineview qmltests dialogs