summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-19 11:17:42 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-19 11:17:42 (GMT)
commit660a11df364615b390fc18d6e7c601eb24476948 (patch)
treef069bba57e89a2674906e558cc0891d6fd0a5a63 /tests
parentb83f7460e1b95e9cce81eda728a6790d391b4188 (diff)
downloadQt-660a11df364615b390fc18d6e7c601eb24476948.zip
Qt-660a11df364615b390fc18d6e7c601eb24476948.tar.gz
Qt-660a11df364615b390fc18d6e7c601eb24476948.tar.bz2
only add qtscript autotests if qt is configured appropriately
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro28
1 files changed, 15 insertions, 13 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index b3382bb..411e7eb 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -252,19 +252,6 @@ SUBDIRS += \
qregion \
qresourceengine \
qringbuffer \
- qscriptable \
- qscriptclass \
- qscriptcontext \
- qscriptcontextinfo \
- qscriptengine \
- qscriptengineagent \
- qscriptextqobject \
- qscriptjstestsuite \
- qscriptv8testsuite \
- qscriptstring \
- qscriptvalue \
- qscriptvalueiterator \
- qscriptenginedebugger \
qscrollarea \
qsemaphore \
qsharedpointer \
@@ -473,6 +460,21 @@ unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \
qdbusthreading \
qdbusxmlparser
+contains(QT_CONFIG, script): SUBDIRS += \
+ qscriptable \
+ qscriptclass \
+ qscriptcontext \
+ qscriptcontextinfo \
+ qscriptengine \
+ qscriptengineagent \
+ qscriptextqobject \
+ qscriptjstestsuite \
+ qscriptv8testsuite \
+ qscriptstring \
+ qscriptvalue \
+ qscriptvalueiterator \
+ qscriptenginedebugger
+
contains(QT_CONFIG, webkit): SUBDIRS += \
qwebframe \
qwebpage \