summaryrefslogtreecommitdiff
path: root/Source/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'Source/tests.pri')
-rw-r--r--Source/tests.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/tests.pri b/Source/tests.pri
index 0042fc5fa..3c09864b1 100644
--- a/Source/tests.pri
+++ b/Source/tests.pri
@@ -44,10 +44,12 @@ SUBDIRS += \
!no_webkit2 {
WEBKIT2_TESTS_DIR = $$PWD/WebKit2/UIProcess/API/qt/tests
- SUBDIRS += \
+ contains(DEFINES, HAVE_QTQUICK=1):SUBDIRS += \
$$WEBKIT2_TESTS_DIR/inspectorserver \
$$WEBKIT2_TESTS_DIR/publicapi \
$$WEBKIT2_TESTS_DIR/qquickwebview \
- $$WEBKIT2_TESTS_DIR/qmltests \
+ $$WEBKIT2_TESTS_DIR/qmltests
+
+ SUBDIRS += \
$$WEBKIT2_TESTS_DIR/qrawwebview
}