From 4fd36643ceb7fb786c714261c7e077ce29a4b954 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:38:47 +0200 Subject: [PATCH] more nonsense --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9ef0005..b4b3a860 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,7 +93,7 @@ jobs: steps: - script: | sudo apt-get update - sudo apt-get install -y qtchooser qt6-base-dev-tools qmake6 \ + sudo apt-get install -y qtchooser qt6-tools-dev qt6-base-dev-tools qmake6 qmake6-bin \ qt6-base-dev qt6-multimedia-dev \ libqt6opengl6-dev libunarr-dev qt6-declarative-dev libqt6svg6-dev displayName: 'Install dependencies'