From: Rohan McGovern Date: Wed, 14 Sep 2011 01:32:02 +0000 (+1000) Subject: Disable compilation of tests/auto/qmltest X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c17fd1dad7b87d7d5e950dc067f256363451f873;p=konrad%2Fqtdeclarative.git Disable compilation of tests/auto/qmltest QtQuickTest has currently been disabled, so this test cannot be compiled. Change-Id: I93171125fafe58d925925aa6575290dab9122d4a Reviewed-on: http://codereview.qt-project.org/4845 Reviewed-by: Qt Sanity Bot Reviewed-by: Charles Yin --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 08f3a4d..b831ece 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -2,7 +2,7 @@ TEMPLATE=subdirs SUBDIRS=\ declarative - -contains(QT_CONFIG, qmltest): SUBDIRS += qmltest +# ### refactor: port properly +# contains(QT_CONFIG, qmltest): SUBDIRS += qmltest !cross_compile: SUBDIRS += host.pro