Skip to content

Commit

Permalink
Build qwt 6.2, which supports qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 20, 2021
1 parent 26ede99 commit ddd2e2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -45,3 +45,12 @@ RUN dnf -y install libsecret-devel && cd /usr/src \
&& cd qtkeychain-master \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT6=ON -GNinja \
&& ninja install

RUN cd /usr/src \
&& wget https://sourceforge.net/projects/qwt/files/qwt/6.2.0/qwt-6.2.0.zip/download \
&& unzip download \
&& cd qwt-6.2.0 \
&& qmake6 qwt.pro \
&& make -j4
&& make install

0 comments on commit ddd2e2c

Please sign in to comment.