Skip to content

Commit

Permalink
add Qt53D include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 17, 2018
1 parent 2472341 commit c9d2c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/qgis.dockerfile
Expand Up @@ -38,6 +38,9 @@ RUN cmake \
-DWITH_QSPATIALITE=ON \
-DWITH_APIDOC=OFF \
-DWITH_ASTYLE=OFF \
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
-DQT5_3DEXTRA_INCLUDE_DIR="/root/QGIS/external/qt3dextra-headers" \
-DCMAKE_PREFIX_PATH="/root/QGIS/external/qt3dextra-headers/cmake" \
.. \
&& ninja install \
&& rm -rf /usr/src/QGIS
Expand Down

0 comments on commit c9d2c1b

Please sign in to comment.