disable striping exe in make install.

--HG--
branch : develop
master
Roman Telezhynskyi 2015-10-14 17:50:33 +03:00
parent a814d28a51
commit 847940a0ed
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ win32{
QMAKE_COPY = xcopy /y
}
CONFIG(release, debug|release){
!noDebugSymbols:win32{
unset(QMAKE_STRIP)
QMAKE_STRIP = echo # we do striping manualy
}
}
defineTest(minQtVersion) {
maj = $$1
min = $$2