summaryrefslogtreecommitdiff
path: root/mkspecs/linux-g++-maemo
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2009-12-29 14:33:15 +0200
committerAdrian Constantin <adrian.constantin@nokia.com>2009-12-30 11:36:24 +0200
commit698bbbeacde77b70d354aa01e6ab2b43810c82d8 (patch)
treed169b24033079224477f8738a07d352b4b58c098 /mkspecs/linux-g++-maemo
parenta4f231e7a995b2d3dd66f425f013304c8400082a (diff)
downloadqt4-tools-698bbbeacde77b70d354aa01e6ab2b43810c82d8.tar.gz
For maemo, do not strip the binaries during the installation.
The binaries will be stripped during packaging. Reviewed-by: Tom Cooksey
Diffstat (limited to 'mkspecs/linux-g++-maemo')
-rw-r--r--mkspecs/linux-g++-maemo/qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/linux-g++-maemo/qmake.conf b/mkspecs/linux-g++-maemo/qmake.conf
index c39ba2c89c..b0f3ca31fa 100644
--- a/mkspecs/linux-g++-maemo/qmake.conf
+++ b/mkspecs/linux-g++-maemo/qmake.conf
@@ -5,6 +5,7 @@
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release incremental link_prl
+CONFIG += nostrip
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib