mkspecs/features/static.prf
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     9 
     9 
    10 mac {
    10 mac {
    11     QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB
    11     QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB
    12 }
    12 }
    13 
    13 
    14 symbian {
       
    15     # we don't care about exports from static libraries, as they don't end up in DEF files
       
    16     MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA
       
    17 }
       
    18 
       
    19 !static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared)
    14 !static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared)