From 395068d001a4014124aad4d640a1691ced4dd9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 12 Sep 2022 17:50:23 +0200 Subject: [PATCH] Install qt6-tools-dev-tools --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4aa40e0a..2b8b74f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,7 +94,7 @@ jobs: - script: | sudo apt-get update sudo apt-get install -y qtchooser qt6-tools-dev qt6-base-dev-tools qmake6 qmake6-bin \ - qt6-base-dev qt6-multimedia-dev \ + qt6-base-dev qt6-multimedia-dev qt6-tools-dev-tools \ libqt6opengl6-dev libunarr-dev qt6-declarative-dev libqt6svg6-dev displayName: 'Install dependencies' - script: |