From dd632ee95d512a8672624a98e68cde46a078181d Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Wed, 24 Feb 2010 12:08:36 +0100 Subject: [PATCH] Remove qmleditor from list of qml autotests to be compiled It's notoriously broken. Reviewed-by: erikv --- tests/auto/qml/qml.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index 5a8a473eaf8..4893248a47b 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -1,3 +1,5 @@ TEMPLATE = subdirs -SUBDIRS += qmleditor qmldesigner qmlprojectmanager +SUBDIRS += qmldesigner qmlprojectmanager + +# SUBDIRS += qmleditor -- GitLab