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.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/static_and_shared.prf b/mkspecs/features/static_and_shared.prf
index f586bddcc4..47c68e50a0 100644
--- a/mkspecs/features/static_and_shared.prf
+++ b/mkspecs/features/static_and_shared.prf
@@ -1,3 +1,3 @@
-!contains(TEMPLATE, subdirs):!macx-xcode {
+have_target:!macx-xcode {
addExclusiveBuilds(static, Static, shared, Shared)
}