summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-04-07 16:09:43 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-04-07 16:09:53 (GMT)
commit759b05e07092e049b0e87d8451cad3c40a02cf45 (patch)
tree4a21d204f2766c2f1e8e9e18020b120836a844e9 /mkspecs
parent15c51c9fb69513df947824f5dac791768f0d44bb (diff)
downloadQt-759b05e07092e049b0e87d8451cad3c40a02cf45.zip
Qt-759b05e07092e049b0e87d8451cad3c40a02cf45.tar.gz
Qt-759b05e07092e049b0e87d8451cad3c40a02cf45.tar.bz2
Fix library creation on symbian/gcce
Diffstat (limited to 'mkspecs')
-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 e5444a1..de254b9 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 \