disable striping exe in make install.
--HG-- branch : develop
This commit is contained in:
parent
a814d28a51
commit
847940a0ed
|
@ -4,6 +4,13 @@ win32{
|
||||||
QMAKE_COPY = xcopy /y
|
QMAKE_COPY = xcopy /y
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CONFIG(release, debug|release){
|
||||||
|
!noDebugSymbols:win32{
|
||||||
|
unset(QMAKE_STRIP)
|
||||||
|
QMAKE_STRIP = echo # we do striping manualy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
defineTest(minQtVersion) {
|
defineTest(minQtVersion) {
|
||||||
maj = $$1
|
maj = $$1
|
||||||
min = $$2
|
min = $$2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user