From 10c9f850c1654c893e4784c4faaefb100830d7bd Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 7 Mar 2013 16:31:03 +0100 Subject: 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 --- tests/auto/qml/qml.pro | 2 +- tests/auto/qml/qqmlparser/qqmlparser.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index e278d29162..ede7689a0c 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -23,7 +23,6 @@ PUBLICTESTS += \ qqmlqt \ qqmltranslation \ qqmlxmlhttprequest \ - qqmlparser \ qtqmlmodules \ qquickfolderlistmodel @@ -48,6 +47,7 @@ PRIVATETESTS += \ qqmllistcompositor \ qqmllistmodel \ qqmllistmodelworkerscript \ + qqmlparser \ qquickworkerscript \ qqmlbundle \ qrcqml \ 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 -- cgit v1.2.3