branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
27:93b982ccede2 | 31:5daf16870df6 |
---|---|
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) |