From 69c6d2648836043e707416c6ae8f3c4b695c906f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 2 Jun 2014 10:16:07 +0200 Subject: Disable qmlscene and qmlplugindump when doing static builds Both of these tools rely on the ability to load plugins in order to function. QmlScene in particular can theoretically be used with just "QtQml" imports and QObjects, but that's not very useful for the _scene_ type of applications qmlscene is intended for ;-). And in a static build it can't load QtQuick. Task-number: QTBUG-39003 Change-Id: I0d4328dc4eb5c4e3153668e65a12f8eb3757f660 Reviewed-by: Gunnar Sletta --- 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 a1b48789b8..fffa4df5c0 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -12,7 +12,7 @@ qmlimportscanner.CONFIG = host_build qmlprofiler \ qmlbundle qtHaveModule(quick) { - SUBDIRS += qmlscene qmlplugindump + !static: SUBDIRS += qmlscene qmlplugindump qtHaveModule(widgets): SUBDIRS += qmleasing } qtHaveModule(qmltest): SUBDIRS += qmltestrunner -- cgit v1.2.3