Strip if built with MSVC.
--HG-- branch : develop
This commit is contained in:
parent
847940a0ed
commit
e719810f1f
|
@ -5,7 +5,7 @@ win32{
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG(release, debug|release){
|
CONFIG(release, debug|release){
|
||||||
!noDebugSymbols:win32{
|
!noDebugSymbols:win32:!win32-msvc*{
|
||||||
unset(QMAKE_STRIP)
|
unset(QMAKE_STRIP)
|
||||||
QMAKE_STRIP = echo # we do striping manualy
|
QMAKE_STRIP = echo # we do striping manualy
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user