From 29540b67d3c2586a0f73edfce4697b77866b64da Mon Sep 17 00:00:00 2001 From: jaanttil Date: Tue, 4 Oct 2011 15:44:06 +0300 Subject: Disable qmlplugindump build for WinCE. Task-number: QTBUG-22518 Change-Id: Ief49bcc0895ad70bf2677b03a92caaa78b599340 Reviewed-by: Andreas Holzammer Reviewed-by: Christian Kamm --- tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools.pro b/tools/tools.pro index 7eecebd..0e27053 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -25,7 +25,7 @@ TEMPLATE = subdirs } contains(QT_CONFIG, declarative) { SUBDIRS += qml - !symbian: SUBDIRS += qmlplugindump + !wince*:!symbian: SUBDIRS += qmlplugindump } } -- cgit v0.12