From c3a2a35a163170dae098284bf3493871c9aae633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 12 Sep 2022 16:51:25 +0200 Subject: [PATCH] Check if qt6 is properly installed --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4b3a860..4aa40e0a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,6 +98,7 @@ jobs: libqt6opengl6-dev libunarr-dev qt6-declarative-dev libqt6svg6-dev displayName: 'Install dependencies' - script: | + qtchooser -list-versions export DEFINES_VAR=DEFINES+\=\"BUILD_NUMBER=\\\\\\\"$(Build.BuildNumber)\\\\\\\"\" qmake CONFIG+="unarr no_pdf" $DEFINES_VAR qmake -v