aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrei Golubev <andrei.golubev@qt.io>2020-11-24 09:59:19 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-24 14:31:23 +0000
commit85c4facaccbe558b0462ea5d644225513d21432b (patch)
treeb1b09e875fa9061dd90a00f85b5e0286f4fe4008 /tests
parent951a4cb3a9c66efac574826cf6fe7aca02a5e101 (diff)
Fix qmake build of tst_qquickview_extra
While dev/6.0 uses CMake as a main build system, just in case we will run qmake tests in CI, make sure it works Leftover of 3a5617dc45e281552b9c1f7a04f0561b8fa14d94 Change-Id: I32efba9140206f0dfb2e8458fe5c6a2d4d51dbc7 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit fc4d721e5fdeeced3ab1ca0eb6803c58a22a8763) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickview_extra/qquickview_extra.pro3
-rw-r--r--tests/auto/quick/quick.pro1
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickview_extra/qquickview_extra.pro b/tests/auto/quick/qquickview_extra/qquickview_extra.pro
index 6cee00f387..b40af0ce19 100644
--- a/tests/auto/quick/qquickview_extra/qquickview_extra.pro
+++ b/tests/auto/quick/qquickview_extra/qquickview_extra.pro
@@ -4,6 +4,9 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qquickview_extra.cpp
+include (../../shared/util.pri)
+include (../shared/util.pri)
+
TESTDATA = data/*
QT += core-private gui-private qml-private quick-private testlib
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index c80bcdf027..a58117be69 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -87,6 +87,7 @@ QUICKTESTS += \
qquicktextinput \
qquickvisualdatamodel \
qquickview \
+ qquickview_extra \
qquickcanvasitem \
qquickdesignersupport \
qquickscreen \