Commit 95a095c69973081b66782e83fccd54ba15ca0b71

Workaround for abld toolchain issue with s60main

When building for ARMV6 with abld toolchain in Symbian, qtmain.lib
ends up missing some symbols that are required to link it against
GCCE apps. This happens because --dllimport_runtime compiler
option is missing in ARMV6 builds of qtmain.lib.

Task-number: QTBUG-7952
Reviewed-by: axis
  
2222 # staticlib should not have any lib depencies in s60
2323 # This seems not to work, some hard coded libs are still added as dependency
2424 LIBS =
25
26 # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps
27 symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime
2528} else {
2629 error("$$_FILE_ is intended only for Symbian!")
2730}