From d0af156930f80c7133b0190765d21b12a3d4a76a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 1 Nov 2012 20:05:49 +0100 Subject: optionally bootstrap QmlDevTools and qmlmin QmlDevTools is really meant for host tools (the two only ones using this being qmlmin in this repo and lupdate in qttools). qmake magic will take care of bootstrapping them while x-building. Change-Id: I29d921af483659d5455be0ad080dc1a88540c036 Reviewed-by: Joerg Bornemann --- tools/qmlmin/qmlmin.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/qmlmin') diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro index c7da0ebe4e..2cbf196863 100644 --- a/tools/qmlmin/qmlmin.pro +++ b/tools/qmlmin/qmlmin.pro @@ -1,3 +1,4 @@ +option(host_build) QT = core qmldevtools-private SOURCES += main.cpp -- cgit v1.2.3