Skip to content

Commit 6dceeec

Browse files
committedNov 17, 2018
fix lib path in docker (not Travis)
1 parent 7213b0c commit 6dceeec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.docker/qgis.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN cmake \
4242
-DWITH_APIDOC=OFF \
4343
-DWITH_ASTYLE=OFF \
4444
-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" \
45+
-DQT5_3DEXTRA_INCLUDE_DIR="/usr/src/QGIS/external/qt3dextra-headers" \
46+
-DCMAKE_PREFIX_PATH="/usr/src/QGIS/external/qt3dextra-headers/cmake" \
4747
.. \
4848
&& ninja install \
4949
&& rm -rf /usr/src/QGIS

0 commit comments

Comments
 (0)
Please sign in to comment.