mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix lib path in docker (not Travis)
This commit is contained in:
parent
7213b0c119
commit
08ddec2b69
@ -42,8 +42,8 @@ RUN cmake \
|
||||
-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" \
|
||||
-DQT5_3DEXTRA_INCLUDE_DIR="/usr/src/QGIS/external/qt3dextra-headers" \
|
||||
-DCMAKE_PREFIX_PATH="/usr/src/QGIS/external/qt3dextra-headers/cmake" \
|
||||
.. \
|
||||
&& ninja install \
|
||||
&& rm -rf /usr/src/QGIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user