aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-03-06 14:01:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-07 06:24:18 +0100
commit65764c0334e92c7229457c1bc412f262c9ffdb8a (patch)
tree3c7b5dccd5ad6537f113b252077f6178de88c48f /tests/auto/qml/qml.pro
parent2df64d04bee04b9a30d6d62582199cc9ec524632 (diff)
Changed qml tests to work from install directory
- Changed tests to use TESTDATA - moved qqmlcontext to private test as it contains private header - added check for cross_compile option to skip when sources not available Change-Id: I0f68f58ffcb1b41b8e40a9851e3e003fe72ee2f9 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index bcfbcbdbf0..6892680d79 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -12,7 +12,6 @@ PUBLICTESTS += \
qmlplugindump \
qqmlcomponent \
qqmlconsole \
- qqmlcontext \
qqmlengine \
qqmlerror \
qqmlincubator \
@@ -31,6 +30,7 @@ PRIVATETESTS += \
animation \
qqmlcpputils \
qqmlecmascript \
+ qqmlcontext \
qqmlexpression \
qqmlimageprovider \
qqmlinstruction \