diff -r dee5afe5301f -r 3f74d0d4af4c src/s60main/s60main.pro --- a/src/s60main/s60main.pro Mon Mar 15 12:43:09 2010 +0200 +++ b/src/s60main/s60main.pro Thu Apr 08 14:19:33 2010 +0300 @@ -22,6 +22,9 @@ # staticlib should not have any lib depencies in s60 # This seems not to work, some hard coded libs are still added as dependency LIBS = + + # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps + symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime } else { error("$$_FILE_ is intended only for Symbian!") }