summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-07-17 13:09:55 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-08-03 16:54:50 +0200
commit462d61dd29e4407005ccd679c417343cf5827726 (patch)
tree473acd2ecc3c1e2ad5ef41af10dc776338eb5e2f /tests/auto/auto.pro
parentfcdda8f42c0148ce7af2db9d03bd3cec8cba55e0 (diff)
downloadqtwebchannel-462d61dd29e4407005ccd679c417343cf5827726.tar.gz
Enable the QML tests even when QtWebKit is not available.
The tests don't depend on QtWebKit anymore, so they should be run even without QtWebKit installed. Change-Id: Id60ebec861b29b73522fba670b1a0c19375cb826 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 4c998e9..308ac2b 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,6 +2,6 @@ TEMPLATE = subdirs
SUBDIRS += cmake webchannel
-qtHaveModule(webkit):qtHaveModule(quick) {
+qtHaveModule(quick) {
SUBDIRS += qml
}