summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 27e9a28b..02764304 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,8 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = systeminfo publishsubscribe serviceframework imports tools
+
+!without-systeminfo: SUBDIRS += systeminfo
+!without-publishsubscribe: SUBDIRS += publishsubscribe
+!without-serviceframework: SUBDIRS += serviceframework
+
+SUBDIRS += imports tools