Strip if built with MSVC.

--HG--
branch : develop
master
Roman Telezhynskyi 2015-10-15 07:53:56 +03:00
parent 847940a0ed
commit e719810f1f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ win32{
}
CONFIG(release, debug|release){
!noDebugSymbols:win32{
!noDebugSymbols:win32:!win32-msvc*{
unset(QMAKE_STRIP)
QMAKE_STRIP = echo # we do striping manualy
}