Introduce an option to disable stripping during installation
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 14 Sep 2012 14:04:59 +0000 (16:04 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 24 Sep 2012 19:27:51 +0000 (21:27 +0200)
commit1f808a1d1d042955e98eb92d09e1b6b8154315e9
tree51a8c97b478f07369a72f36433e2c62f962a5fff
parentcb7d64170d62c9cda11ced7e5047070af678338b
Introduce an option to disable stripping during installation

The default is the current behaviour: strip on installing release, no
strip on installing debug. This option does not change the
installation of debug builds because qmake does not support that.

Change-Id: Ic208d5ffe860d5f1ee1cafdc944e12001673d33f
Reviewed-by: Davide Pesavento <davidepesa@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
configure
tools/configure/configureapp.cpp