mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Install qtquickcontrols2 package in Linux
This commit is contained in:
parent
4bee296096
commit
806b5d2462
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user