4
0
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:
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

@ -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"'