From c17fd1dad7b87d7d5e950dc067f256363451f873 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 14 Sep 2011 11:32:02 +1000 Subject: [PATCH] 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 --- tests/auto/auto.pro | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.2.5