aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/src.pro b/src/src.pro
index ff4c072..b18eb1c 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,13 +1,21 @@
+include(../qmllive.pri)
+
TEMPLATE = subdirs
CONFIG += ordered
-!android:!ios {
- SUBDIRS += bench \
- previewGenerator
+skip-bench:skip-examples:static-link-runtime {
+ CONFIG += skip-lib
}
-SUBDIRS += \
- runtime
+!skip-lib {
+ SUBDIRS += lib.pro
+}
+!skip-bench {
+ SUBDIRS += bench \
+ previewGenerator
+}
-include(src.pri)
+!skip-runtime {
+ SUBDIRS += runtime
+}