summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++-maemo/qmake.conf
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2009-12-29 12:33:15 (GMT)
committerAdrian Constantin <adrian.constantin@nokia.com>2009-12-30 09:36:24 (GMT)
commit698bbbeacde77b70d354aa01e6ab2b43810c82d8 (patch)
treed169b24033079224477f8738a07d352b4b58c098 /mkspecs/linux-g++-maemo/qmake.conf
parenta4f231e7a995b2d3dd66f425f013304c8400082a (diff)
downloadQt-698bbbeacde77b70d354aa01e6ab2b43810c82d8.zip
Qt-698bbbeacde77b70d354aa01e6ab2b43810c82d8.tar.gz
Qt-698bbbeacde77b70d354aa01e6ab2b43810c82d8.tar.bz2
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/qmake.conf')
-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 c39ba2c..b0f3ca3 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