src/s60main/s60main.pro
changeset 7 f7bc934e204c
parent 3 41300fa6a67c
child 30 5dc02b23752f
--- a/src/s60main/s60main.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/src/s60main/s60main.pro	Wed Mar 31 11:06:36 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!")
 }