mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-11 12:49:35 +00:00
Update qmake.py
This commit is contained in:
parent
375f310c01
commit
1cd3537644
@ -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"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user