Stop installing qtscript in azure pipelines

This commit is contained in:
Luis Ángel San Martín
2021-02-27 12:10:25 +01:00
parent 51a9c72d05
commit 6a447c2e5d
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update
sudo apt-get install -y --allow-unauthenticated qt-default qt5-qmake \
qtbase5-dev qtmultimedia5-dev libpoppler-qt5-dev qtscript5-dev \
qtbase5-dev qtmultimedia5-dev libpoppler-qt5-dev \
libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev libqt5svg5-dev
displayName: 'Install dependencies'
- script: |