equal
deleted
inserted
replaced
23 # This seems not to work, some hard coded libs are still added as dependency |
23 # This seems not to work, some hard coded libs are still added as dependency |
24 LIBS = |
24 LIBS = |
25 |
25 |
26 # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps |
26 # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps |
27 symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime |
27 symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime |
|
28 |
|
29 # Having MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA will cause s60main.lib be unlinkable |
|
30 # against GCCE apps, so remove it |
|
31 MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA |
28 } else { |
32 } else { |
29 error("$$_FILE_ is intended only for Symbian!") |
33 error("$$_FILE_ is intended only for Symbian!") |
30 } |
34 } |
31 |
35 |
32 include(../qbase.pri) |
36 include(../qbase.pri) |