summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-15 16:00:35 (GMT)
committeraxis <qt-info@nokia.com>2010-03-15 16:02:18 (GMT)
commit7ca339be57f1b8dbf9e289fae578c110813eb767 (patch)
tree48c2f07d171ff60ecd08a385db0c33999d623baa /mkspecs/features/symbian
parent1c8b5d83301455b8dabb9674503bb0990ca50909 (diff)
downloadQt-7ca339be57f1b8dbf9e289fae578c110813eb767.zip
Qt-7ca339be57f1b8dbf9e289fae578c110813eb767.tar.gz
Qt-7ca339be57f1b8dbf9e289fae578c110813eb767.tar.bz2
Fixed a building bug where the DLL entry point was undefined.
Diffstat (limited to 'mkspecs/features/symbian')
-rw-r--r--mkspecs/features/symbian/symbian_building.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/symbian_building.prf b/mkspecs/features/symbian/symbian_building.prf
index 4760e09..b543587 100644
--- a/mkspecs/features/symbian/symbian_building.prf
+++ b/mkspecs/features/symbian/symbian_building.prf
@@ -134,7 +134,7 @@ contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) {
#QMAKE_LIBS += -l:edllstub.lib -l:edll.lib
}
- QMAKE_LFLAGS += --soname $${TARGET}\\{$${hexVersion}\\}\\[$${intUid3}\\].dll -u _E32Dll --entry=_E32Dll
+ QMAKE_LFLAGS += --soname $${TARGET}\\{$${hexVersion}\\}\\[$${intUid3}\\].dll
DEFINES += __DLL__
}