summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/shared.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/shared.prf')
-rw-r--r--mkspecs/features/shared.prf7
1 files changed, 0 insertions, 7 deletions
diff --git a/mkspecs/features/shared.prf b/mkspecs/features/shared.prf
deleted file mode 100644
index 86efd8e6d8..0000000000
--- a/mkspecs/features/shared.prf
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG -= static
-contains(TEMPLATE, ".*lib"): {
- CONFIG += dll
- CONFIG -= staticlib
- win32:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
-}
-!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(shared, static)