summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-03-15 13:47:34 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-15 14:12:38 +0100
commit63ca84afd7c0b511f5593d722325560af630cfce (patch)
tree2db70e113da01d6e3db42323b422f21f74cd2e65
parent5b08ade72f12039aa5543106137d0cb937f3d7fa (diff)
Disable qtscriptengineagent autotest for non-developer builds
It uses qt_script_isJITEnabled , which is only exported with -developer-build. Change-Id: I1c3d69c82896b8b940b5913629b68227a66f9815 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
-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 ba2f71e..9e57cba 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -5,7 +5,6 @@ SUBDIRS=\
qscriptcontext \
qscriptcontextinfo \
qscriptengine \
- qscriptengineagent \
qscriptenginedebugger \
qscriptextensionplugin \
qscriptextqobject \
@@ -20,5 +19,6 @@ SUBDIRS=\
!contains(QT_CONFIG, private_tests):SUBDIRS -= \
qscriptcontext \
qtipc \
+ qscriptengineagent
!cross_compile: SUBDIRS += host.pro