Skip to content

Commit c79f5d7

Browse files
committedNov 17, 2018
fix lib path in docker (not Travis)
1 parent b1c213c commit c79f5d7

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
@@ -39,8 +39,8 @@ RUN cmake \
3939
-DWITH_APIDOC=OFF \
4040
-DWITH_ASTYLE=OFF \
4141
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
42-
-DQT5_3DEXTRA_INCLUDE_DIR="/root/QGIS/external/qt3dextra-headers" \
43-
-DCMAKE_PREFIX_PATH="/root/QGIS/external/qt3dextra-headers/cmake" \
42+
-DQT5_3DEXTRA_INCLUDE_DIR="/usr/src/QGIS/external/qt3dextra-headers" \
43+
-DCMAKE_PREFIX_PATH="/usr/src/QGIS/external/qt3dextra-headers/cmake" \
4444
.. \
4545
&& ninja install \
4646
&& rm -rf /usr/src/QGIS

0 commit comments

Comments
 (0)