File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ cmake \
59
59
-DPYTHON_TEST_WRAPPER=" timeout -sSIGSEGV 55s" \
60
60
-DCXX_EXTRA_FLAGS=" ${CLANG_WARNINGS} " \
61
61
-DWERROR=TRUE \
62
+ -DQT5_3DEXTRA_LIBRARY=" /usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
63
+ -DQT5_3DEXTRA_INCLUDE_DIR=" /root/QGIS/external/qt3dextra-headers" \
64
+ -DCMAKE_PREFIX_PATH=" /root/QGIS/external/qt3dextra-headers/cmake" \
62
65
..
63
66
echo " travis_fold:end:cmake"
64
67
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18.04
1
+ FROM ubuntu:18.10
2
2
MAINTAINER Denis Rouzaud <denis@opengis.ch>
3
3
4
4
LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"
@@ -34,6 +34,7 @@ RUN apt-get update \
34
34
libproj-dev \
35
35
libqca-qt5-2-dev \
36
36
libqca-qt5-2-plugins \
37
+ libqt53dextras5 \
37
38
libqt53drender5 \
38
39
libqt5concurrent5 \
39
40
libqt5opengl5-dev \
@@ -88,7 +89,6 @@ RUN apt-get update \
88
89
qt5keychain-dev \
89
90
qtbase5-dev \
90
91
qtdeclarative5-dev-tools \
91
- qtdeclarative5-qtquick2-plugin \
92
92
qtpositioning5-dev \
93
93
qttools5-dev \
94
94
qttools5-dev-tools \
You can’t perform that action at this time.
0 commit comments