From 2c0f46bb181a0ac6a73496cf6f4fdd6561ecbf6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 12 Sep 2022 20:00:15 +0200 Subject: [PATCH] Use qmake6 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b8b74f0..0f403ff8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,8 +100,8 @@ jobs: - script: | qtchooser -list-versions export DEFINES_VAR=DEFINES+\=\"BUILD_NUMBER=\\\\\\\"$(Build.BuildNumber)\\\\\\\"\" - qmake CONFIG+="unarr no_pdf" $DEFINES_VAR - qmake -v + qmake6 CONFIG+="unarr no_pdf" $DEFINES_VAR + qmake6 -v make displayName: 'Build' - script: |