summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-04-07 18:09:43 +0200
committerThomas Zander <t.zander@nokia.com>2010-04-07 18:09:53 +0200
commit759b05e07092e049b0e87d8451cad3c40a02cf45 (patch)
tree4a21d204f2766c2f1e8e9e18020b120836a844e9 /mkspecs/features
parent15c51c9fb69513df947824f5dac791768f0d44bb (diff)
Fix library creation on symbian/gcce
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/symbian/symbian_building.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/symbian_building.prf b/mkspecs/features/symbian/symbian_building.prf
index e5444a120c..de254b98e9 100644
--- a/mkspecs/features/symbian/symbian_building.prf
+++ b/mkspecs/features/symbian/symbian_building.prf
@@ -123,6 +123,7 @@ contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) {
QMAKE_LIBS += -ledllstub.lib -ledll.lib\\(uc_dll_.o\\)
} else :linux-gcce {
QMAKE_LIBS += \
+ -l:edll.lib \
-l:usrt2_2.lib \
-l:dfpaeabi.dso \
-l:drtaeabi.dso \