summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-08-02 11:44:12 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-08-02 13:01:14 (GMT)
commit6dae82b00861175051b563e3c7db4113825e010f (patch)
tree8dda4088f6d585a6e080decd6812986b68885e22 /mkspecs
parent6cc32482afd610e2808bde42b6a01dd78b79d809 (diff)
downloadQt-6dae82b00861175051b563e3c7db4113825e010f.zip
Qt-6dae82b00861175051b563e3c7db4113825e010f.tar.gz
Qt-6dae82b00861175051b563e3c7db4113825e010f.tar.bz2
Mark all Symbian debug binaries debuggable by default
CODA 4.1.* cannot be used to debug binaries that do not have DEBUGGABLE_UDEBONLY keyword specified, so add this keyword to all projects by default. Adding this keyword has no impact for previous versions of CODA or TRK. Task-number: QTBUG-20669 Reviewed-by: Shane Kearns
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/symbian/symbian-mmp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian-mmp.conf b/mkspecs/common/symbian/symbian-mmp.conf
index 8ed326a..fa2a815 100644
--- a/mkspecs/common/symbian/symbian-mmp.conf
+++ b/mkspecs/common/symbian/symbian-mmp.conf
@@ -58,3 +58,5 @@ symbian-sbsv2 {
QMAKE_SBSV2_DEL_TREE = $(GNURM) -rf
}
+# Mark all debug executables debuggable.
+MMP_RULES += DEBUGGABLE_UDEBONLY