src/s60main/s60main.pro
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 30 5dc02b23752f
--- a/src/s60main/s60main.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/src/s60main/s60main.pro	Fri Apr 16 15:50:13 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!")
 }