mkspecs/features/shared.prf
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mkspecs/features/shared.prf	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,7 @@
+CONFIG -= static
+contains(TEMPLATE, ".*lib"): {
+    CONFIG += dll
+    CONFIG -= staticlib
+    win32:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
+}
+!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(shared, static)