mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-23 00:45:29 +02:00
misc: fix qtver parameter missing for new client build script
Change-Id: Ibf553521c3661e4f0ff9b43e88f5e57d9ca42a11
This commit is contained in:
parent
b1465cf480
commit
929bc9b9ce
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ def replace_vs_prop(filename, prop, val):
|
|||
print(re.sub(p, val, line), end='')
|
||||
|
||||
|
||||
def deps(arch, toolset):
|
||||
def deps(arch, toolset, qtver):
|
||||
print('Deps Qt Client Release|' + arch)
|
||||
|
||||
# Fetch QRencode
|
||||
|
@ -246,7 +246,7 @@ def main():
|
|||
parsed_args = parse_args()
|
||||
|
||||
if parsed_args.deps:
|
||||
deps(parsed_args.arch, parsed_args.toolset)
|
||||
deps(parsed_args.arch, parsed_args.toolset, parsed_args.qtver)
|
||||
|
||||
if parsed_args.build:
|
||||
build(parsed_args.arch, parsed_args.toolset, parsed_args.sdk,
|
||||
|
|
Loading…
Add table
Reference in a new issue