Strip if built with MSVC.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-10-15 07:53:56 +03:00
parent 847940a0ed
commit e719810f1f

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
}