Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
nyalldawson committed Aug 18, 2021
1 parent 2e12a44 commit 39784f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -67,7 +67,7 @@ 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 \
&& dos2unix qwtconfig.pri
&& dos2unix qwtconfig.pri \
&& printf '140c140\n< QWT_CONFIG += QwtExamples\n---\n> #QWT_CONFIG += QwtExamples\n151c151\n< QWT_CONFIG += QwtPlayground\n---\n> #QWT_CONFIG += QwtPlayground\n158c158\n< QWT_CONFIG += QwtTests\n---\n> #QWT_CONFIG += QwtTests\n' | patch qwtconfig.pri \
&& qmake6 qwt.pro \
&& make -j4 \
Expand Down

0 comments on commit 39784f0

Please sign in to comment.