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, 0 insertions, 3 deletions
diff --git a/mkspecs/features/static_and_shared.prf b/mkspecs/features/static_and_shared.prf
deleted file mode 100644
index 47c68e50a0..0000000000
--- a/mkspecs/features/static_and_shared.prf
+++ /dev/null
@@ -1,3 +0,0 @@
-have_target:!macx-xcode {
- addExclusiveBuilds(static, Static, shared, Shared)
-}