mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Install libqt5svg5-dev package in linux
This commit is contained in:
parent
74840f9914
commit
3a6fb91327
@ -38,7 +38,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --allow-unauthenticated qt-default qt5-qmake \
|
||||
qtbase5-dev qtmultimedia5-dev libpoppler-qt5-dev qtscript5-dev \
|
||||
libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev
|
||||
libqt5opengl5-dev libglu1-mesa-dev libunarr-dev qtdeclarative5-dev libqt5svg5-dev
|
||||
displayName: 'Install dependencies'
|
||||
- script: |
|
||||
cd $(Build.SourcesDirectory)
|
||||
|
Loading…
x
Reference in New Issue
Block a user