summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-02-19 15:10:04 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-07-08 14:02:29 +0000
commit67166fd9a8bfda0bea09196f793a7fc2ac35c505 (patch)
treed5e3b16ac60949b4a704b1ebeca5a41fc549b07f /tests/auto/quick/quick.pro
parent3855015600418107485b31b0ec2bfa5b987787e7 (diff)
Enable qquickwebengineviewgraphics test in CI
This test requires the QtQuick test support API. Exclude it from build if the API isn't available. Blacklist one problematic test case. Remove the - now superfluous - ENABLE_QML_TESTSUPPORT_API checks. Change-Id: I0b36de182628969e1185d685fa098d6140ae8d9c Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index b278808f6..d220348ab 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -4,7 +4,10 @@ SUBDIRS += \
inspectorserver \
publicapi \
qquickwebenginedefaultsurfaceformat \
- qquickwebengineview \
- qquickwebengineviewgraphics
+ qquickwebengineview
-isQMLTestSupportApiEnabled(): SUBDIRS += qmltests
+isQMLTestSupportApiEnabled() {
+ SUBDIRS += \
+ qmltests \
+ qquickwebengineviewgraphics
+}