summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-11 12:54:10 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-11 21:34:32 +0000
commit66988974a0eba36b6523b771bf6b078aa155a810 (patch)
treea1a854ad38a27e7ca19e40aac1c172ffdbba9b4f /tests/auto/quick/quick.pro
parentf29cb084ad5797dfe87192227415ecef45ef18ba (diff)
Build qmltests only if QML testsupport API is available
Change-Id: Id54356024f60e5f877271b29895912e2bf0cb84f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
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 71bc61b9e..33821e20b 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -3,6 +3,7 @@ TEMPLATE = subdirs
SUBDIRS += \
inspectorserver \
publicapi \
- qmltests \
qquickwebengineview \
qquickwebengineviewgraphics
+
+isQMLTestSupportApiEnabled(): SUBDIRS += qmltests