Skip to content

Commit 0c27556

Browse files
committedNov 17, 2018
add Qt53D include dir
1 parent fb1d670 commit 0c27556

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.docker/qgis.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN cmake \
4141
-DWITH_QSPATIALITE=ON \
4242
-DWITH_APIDOC=OFF \
4343
-DWITH_ASTYLE=OFF \
44+
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
45+
-DQT5_3DEXTRA_INCLUDE_DIR="/root/QGIS/external/qt3dextra-headers" \
46+
-DCMAKE_PREFIX_PATH="/root/QGIS/external/qt3dextra-headers/cmake" \
4447
.. \
4548
&& ninja install \
4649
&& rm -rf /usr/src/QGIS

0 commit comments

Comments
 (0)
Please sign in to comment.