Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove 3D extra headers to fix Docker builds (#50285)
  • Loading branch information
3nids committed Sep 22, 2022
1 parent 4e6727c commit 1d7a28c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .docker/qgis.dockerfile
Expand Up @@ -48,10 +48,6 @@ RUN SUCCESS=OK \
-DWITH_QSPATIALITE=ON \
-DWITH_APIDOC=OFF \
-DWITH_ASTYLE=OFF \
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
-DQT5_3DEXTRA_INCLUDE_DIR="/QGIS/external/qt3dextra-headers" \
-DQt53DExtras_DIR="/QGIS/external/qt3dextra-headers/cmake/Qt53DExtras" \
-DCMAKE_PREFIX_PATH="/QGIS/external/qt3dextra-headers" \
.. \
&& ninja install || SUCCESS=FAILED \
&& echo "$SUCCESS" > /QGIS/build_exit_value
Expand Down

0 comments on commit 1d7a28c

Please sign in to comment.