mkspecs/features/static.prf
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/mkspecs/features/static.prf	Mon Jun 21 22:38:13 2010 +0100
+++ b/mkspecs/features/static.prf	Thu Jul 22 16:41:55 2010 +0100
@@ -11,9 +11,4 @@
     QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB
 }
 
-symbian {
-    # we don't care about exports from static libraries, as they don't end up in DEF files
-    MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA
-}
-
 !static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared)