From 4ee2bc4e9c05d8daec8b04412a0b7c0264fbc1a4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 15 Aug 2016 10:35:53 +0200 Subject: Turn the no-network support into a configurable feature Change-Id: Ic70f60c124fe166b37fbe9b853735be3c5e0d46d Reviewed-by: Oswald Buddenhagen Reviewed-by: Simon Hausmann --- tools/tools.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/tools.pro') diff --git a/tools/tools.pro b/tools/tools.pro index 5f72588a7e..3952ec4b01 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -1,4 +1,5 @@ TEMPLATE = subdirs +QT_FOR_CONFIG += qml-private SUBDIRS += \ qmlmin \ qmlimportscanner @@ -11,7 +12,7 @@ qmlimportscanner.CONFIG = host_build qml \ qmllint - !contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmlprofiler + qtConfig(qml-network):!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmlprofiler qtHaveModule(quick) { !static: { -- cgit v1.2.3