diff options
author | axis <qt-info@nokia.com> | 2011-02-04 13:08:17 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-02-04 13:40:29 (GMT) |
commit | aeeb80bd223b900ad1990a38272b9bb94fe9e9fe (patch) | |
tree | 769e9acb01fde083e186aa57ee7bf9f47a2628a6 /mkspecs | |
parent | ff75ad64bb064d97582c8e3992a9db7aa4e016e1 (diff) | |
download | Qt-aeeb80bd223b900ad1990a38272b9bb94fe9e9fe.zip Qt-aeeb80bd223b900ad1990a38272b9bb94fe9e9fe.tar.gz Qt-aeeb80bd223b900ad1990a38272b9bb94fe9e9fe.tar.bz2 |
Added missing edllstub.lib for GCCE.
RevBy: Trust me
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/symbian/symbian_building.prf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/symbian_building.prf b/mkspecs/features/symbian/symbian_building.prf index 0cedaa0..f3b6c25 100644 --- a/mkspecs/features/symbian/symbian_building.prf +++ b/mkspecs/features/symbian/symbian_building.prf @@ -147,6 +147,7 @@ contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) { LIBS += -ledllstub.lib -ledll.lib\\(uc_dll_.o\\) } else :linux-gcce { LIBS += \ + -l:edllstub.lib \ -l:edll.lib \ -l:usrt2_2.lib \ -l:dfpaeabi.dso \ |