summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/static_and_shared.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/static_and_shared.prf')
-rw-r--r--mkspecs/features/static_and_shared.prf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/features/static_and_shared.prf b/mkspecs/features/static_and_shared.prf
new file mode 100644
index 0000000000..39a9a1f740
--- /dev/null
+++ b/mkspecs/features/static_and_shared.prf
@@ -0,0 +1,3 @@
+!contains(TEMPLATE, subdirs):!macx-xcode:!symbian-abld:!symbian-sbsv2 {
+ addExclusiveBuilds(static, Static, shared, Shared)
+}