From 7aed0fc2d0176d82f9ebd10857d3d6fe7b24b026 Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Mon, 23 May 2011 21:41:19 +1000 Subject: qmltestrunner not installed by default --- tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tools.pro') diff --git a/tools/tools.pro b/tools/tools.pro index b1a896b7f8..dccdce8160 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -1,4 +1,4 @@ TEMPLATE = subdirs SUBDIRS += qmlviewer qmlscene qmlplugindump -contains(QT_CONFIG, quicktest): SUBDIRS += qmltestrunner +contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner -- cgit v1.2.3