diff options
Diffstat (limited to 'mkspecs/features')
-rw-r--r-- | mkspecs/features/static.prf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/features/static.prf b/mkspecs/features/static.prf index 7ee7a8a..21a532e 100644 --- a/mkspecs/features/static.prf +++ b/mkspecs/features/static.prf @@ -12,4 +12,9 @@ mac { CONFIG += hide_symbols } +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) |