Skip to content

Commit

Permalink
fix lib path in docker (not Travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 17, 2018
1 parent 7213b0c commit 6dceeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/qgis.dockerfile
Expand Up @@ -42,8 +42,8 @@ RUN cmake \
-DWITH_APIDOC=OFF \ -DWITH_APIDOC=OFF \
-DWITH_ASTYLE=OFF \ -DWITH_ASTYLE=OFF \
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \ -DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
-DQT5_3DEXTRA_INCLUDE_DIR="/root/QGIS/external/qt3dextra-headers" \ -DQT5_3DEXTRA_INCLUDE_DIR="/usr/src/QGIS/external/qt3dextra-headers" \
-DCMAKE_PREFIX_PATH="/root/QGIS/external/qt3dextra-headers/cmake" \ -DCMAKE_PREFIX_PATH="/usr/src/QGIS/external/qt3dextra-headers/cmake" \
.. \ .. \
&& ninja install \ && ninja install \
&& rm -rf /usr/src/QGIS && rm -rf /usr/src/QGIS
Expand Down

0 comments on commit 6dceeec

Please sign in to comment.