mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix qt6 builds
Fix qt6 builds following frankosterfeld/qtkeychain@f6247fff
This commit is contained in:
parent
15e0c6abe4
commit
ab9a95aee1
@ -73,10 +73,10 @@ RUN cd /usr/src \
|
||||
&& ninja install
|
||||
|
||||
RUN cd /usr/src \
|
||||
&& wget https://github.com/frankosterfeld/qtkeychain/archive/refs/heads/master.zip \
|
||||
&& wget https://github.com/frankosterfeld/qtkeychain/archive/841f31c7ca177e45647fd705200d7fcbeee056e5/master.zip \
|
||||
&& unzip master.zip \
|
||||
&& rm master.zip \
|
||||
&& cd qtkeychain-master \
|
||||
&& cd qtkeychain-841f31c7ca177e45647fd705200d7fcbeee056e5 \
|
||||
&& cmake -DBUILD_WITH_QT6=ON -DBUILD_TRANSLATIONS=OFF -DCMAKE_INSTALL_PREFIX=/usr/local -GNinja \
|
||||
&& ninja install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user