summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-19 13:59:30 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-19 12:51:22 +0000
commit2b6c91ff99401305a38687ae252d70c5227d293a (patch)
tree2aef90dce393dbaf5e5777a591fbe9bc4892ba0d
parent77a037d9f5ba6ca5babed112cd659d333255bcb1 (diff)
Fix build for -no-feature-localserverv5.9.0-beta3
Change-Id: I7823324024edbc970a3deadee07c9c4098f46c17 Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--src/src.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 322930d..529fec2 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,9 +1,15 @@
TEMPLATE = subdirs
+QT_FOR_CONFIG += network
CONFIG += ordered
+
SUBDIRS += \
- remoteobjects \
repparser
+qtConfig(localserver): {
+ SUBDIRS += \
+ remoteobjects
+}
+
qtHaveModule(quick) {
SUBDIRS += imports
}