diff options
| author | Lorn Potter <lorn.potter@gmail.com> | 2018-09-17 20:19:32 +1000 |
|---|---|---|
| committer | Lorn Potter <lorn.potter@gmail.com> | 2018-10-01 23:20:01 +0000 |
| commit | ec866a4d72ee5d07c44257d409796c171bcd04f2 (patch) | |
| tree | 88f502273ece024f68cd4b3b4e84e66ff2348181 | |
| parent | 1dce83ba31e0e480b8eae43c1fc59c6cd5bb4d5c (diff) | |
no-thread: build fix for when networking is enabledv5.12.0-beta1
Change-Id: I5e9601d056d43fe4ba1ecf874a68c1986110e447
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
| -rw-r--r-- | src/src.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
