summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-08-02 14:37:51 (GMT)
committerLiang Qi <liang.qi@nokia.com>2011-08-02 14:37:51 (GMT)
commit983dca7f3d92bd4f284f83464c164d5fa580b48f (patch)
treeee7aacb80228dfeafc5bd608454ffd6dbbcc07d4 /mkspecs
parent6dae82b00861175051b563e3c7db4113825e010f (diff)
downloadQt-983dca7f3d92bd4f284f83464c164d5fa580b48f.zip
Qt-983dca7f3d92bd4f284f83464c164d5fa580b48f.tar.gz
Qt-983dca7f3d92bd4f284f83464c164d5fa580b48f.tar.bz2
Support debuggable in the makefile build system
Task-number: QTBUG-20697 Reviewed-by: Shane Kearns Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/symbian/symbian-makefile.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf
index a725df3..14acd69 100644
--- a/mkspecs/common/symbian/symbian-makefile.conf
+++ b/mkspecs/common/symbian/symbian-makefile.conf
@@ -34,6 +34,11 @@ QMAKE_ELF2E32_FLAGS = --dlldata \
--compressionmethod bytepair \
--unpaged
+CONFIG(debug, debug|release) {
+ QMAKE_ELF2E32_FLAGS += \
+ --debuggable
+}
+
QMAKE_PREFIX_SHLIB =
CONFIG *= no_plugin_name_prefix
QMAKE_PREFIX_STATICLIB =