Skip to content

Commit

Permalink
Add QCA builds to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 24, 2021
1 parent 80489d6 commit cd17a85
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -23,6 +23,22 @@ RUN dnf -y install \
qt6-qtbase-devel \
qt6-qttools-static \
qt6-qtsvg-devel \
qt6-qt5compat-devel \
spatialindex-devel \
sqlite-devel \
unzip


RUN dnf -y install wget openssl-devel && cd /usr/src \
&& wget https://github.com/KDE/qca/archive/refs/heads/qt6.zip \
&& unzip qt6.zip \
&& cd qca-qt6 \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -GNinja \
&& ninja install

RUN dnf -y install libsecret-devel && cd /usr/src \
&& wget https://github.com/frankosterfeld/qtkeychain/archive/refs/heads/master.zip \
&& unzip master.zip \
&& cd qtkeychain-master \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT6=ON -GNinja \
&& ninja install

0 comments on commit cd17a85

Please sign in to comment.