Update qmake.py

This commit is contained in:
Andrei Yankovich 2019-08-22 17:55:42 +03:00 committed by GitHub
parent 375f310c01
commit 1cd3537644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ def LinuxSteps() :
steps.ShellCommand( steps.ShellCommand(
command = [ command = [
'qmake-linux', 'qmake-linux',
"QMAKE_CXX='ccache g++'",
"-r", "-r",
"CONFIG+=qtquickcompiler", "CONFIG+=qtquickcompiler",
'ONLINE="~/repo"' 'ONLINE="~/repo"'
@ -184,7 +183,6 @@ def WinSteps() :
command = [ command = [
'qmake-windows', 'qmake-windows',
'-spec', 'win32-g++', '-spec', 'win32-g++',
"QMAKE_CXX='ccache x86_64-w64-mingw32-g++'",
"-r", "-r",
"CONFIG+=qtquickcompiler", "CONFIG+=qtquickcompiler",
'ONLINE="~/repo"' 'ONLINE="~/repo"'