summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}