summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-10-27 12:12:16 (GMT)
committerLiang Qi <liang.qi@nokia.com>2010-10-27 12:12:16 (GMT)
commit23643a0755b3ce787b33efaf55009ff134756835 (patch)
tree7a410fe6fe6c437b5999120120527f833a26e9bc /mkspecs/features
parent2925995de32f76a72fcdd7d577e609a68a517fa1 (diff)
downloadQt-23643a0755b3ce787b33efaf55009ff134756835.zip
Qt-23643a0755b3ce787b33efaf55009ff134756835.tar.gz
Qt-23643a0755b3ce787b33efaf55009ff134756835.tar.bz2
Fix some build issues for building Qt for Symbian on Mac OS X.
Need to add edllstub.lib and change a bit because some refactored work for mkspecs in 86636e0c4ab91bfb60be1e18d6daff34d41a5927. RevBy: axis
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 a2791a1..c681ebb 100644
--- a/mkspecs/features/symbian/symbian_building.prf
+++ b/mkspecs/features/symbian/symbian_building.prf
@@ -155,6 +155,7 @@ contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) {
}
} else :symbian-gcce {
LIBS += \
+ -l:edllstub.lib \
-l:edll.lib \
-l:usrt2_2.lib \
-l:dfpaeabi.dso \