mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-07 18:59:36 +00:00
Update qmake.py
This commit is contained in:
parent
375f310c01
commit
1cd3537644
@ -51,7 +51,6 @@ def LinuxSteps() :
|
||||
steps.ShellCommand(
|
||||
command = [
|
||||
'qmake-linux',
|
||||
"QMAKE_CXX='ccache g++'",
|
||||
"-r",
|
||||
"CONFIG+=qtquickcompiler",
|
||||
'ONLINE="~/repo"'
|
||||
@ -184,7 +183,6 @@ def WinSteps() :
|
||||
command = [
|
||||
'qmake-windows',
|
||||
'-spec', 'win32-g++',
|
||||
"QMAKE_CXX='ccache x86_64-w64-mingw32-g++'",
|
||||
"-r",
|
||||
"CONFIG+=qtquickcompiler",
|
||||
'ONLINE="~/repo"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user