From 806b5d2462b9edf9412e06ddb7b253d9389c50ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 23 Oct 2021 17:29:37 +0200 Subject: [PATCH] Install qtquickcontrols2 package in Linux --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e369c18..c31e4bdb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: sudo apt-get update --allow-insecure-repositories sudo apt-get install -y --allow-unauthenticated qt5-default qt5-qmake \ qtbase5-dev qtmultimedia5-dev libpoppler-qt5-dev \ - libqt5opengl5-dev libunarr-dev qtdeclarative5-dev libqt5svg5-dev + libqt5opengl5-dev libunarr-dev qtdeclarative5-dev libqt5svg5-dev qtquickcontrols2-5-dev displayName: 'Install dependencies' - script: | cd $(Build.SourcesDirectory)