aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-07 16:31:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-16 10:34:37 +0100
commit10c9f850c1654c893e4784c4faaefb100830d7bd (patch)
tree64997952894f7d889d1cfb83bb873e28c5c520fd /tests/auto/qml/qqmlparser
parent9146d36552c2eb99166b773bb027d34c671d66e5 (diff)
improve dependencies of qmlparser test
first, this doesn't need gui. second, use qml instead of qmldevtools - there is no need to use the static library here, and after bootstrapping it would pose a real problem (testlib is not bootstrapped). on the downside, this makes the test rely on private_tests. Change-Id: Ic550fa05dcd0f3ba333850640a5b7e3fdd47d905 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmlparser')
-rw-r--r--tests/auto/qml/qqmlparser/qqmlparser.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlparser/qqmlparser.pro b/tests/auto/qml/qqmlparser/qqmlparser.pro
index f181a876e8..c666b71d6c 100644
--- a/tests/auto/qml/qqmlparser/qqmlparser.pro
+++ b/tests/auto/qml/qqmlparser/qqmlparser.pro
@@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qqmlparser
-QT += qmldevtools-private testlib gui-private
+QT += qml-private testlib
macx:CONFIG -= app_bundle
SOURCES += tst_qqmlparser.cpp