From ec866a4d72ee5d07c44257d409796c171bcd04f2 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Mon, 17 Sep 2018 20:19:32 +1000 Subject: no-thread: build fix for when networking is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5e9601d056d43fe4ba1ecf874a68c1986110e447 Reviewed-by: Morten Johan Sørvig --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 2dc6fc2758..1b2b4ef6f8 100644 --- a/src/src.pro +++ b/src/src.pro @@ -29,7 +29,7 @@ qmldevtools.depends = qml qtConfig(qml-network) { QT_FOR_CONFIG += network - qtConfig(localserver):qtConfig(qml-debug): SUBDIRS += qmldebug + qtConfig(thread):qtConfig(localserver):qtConfig(qml-debug): SUBDIRS += qmldebug } DISTFILES += sync.profile configure.json -- cgit v1.2.3