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"
@@ -35,6 +35,7 @@ RUN apt-get update \
35
35
libproj-dev \
36
36
libqca-qt5-2-dev \
37
37
libqca-qt5-2-plugins \
38
+ libqt53dextras5 \
38
39
libqt53drender5 \
39
40
libqt5concurrent5 \
40
41
libqt5opengl5-dev \
@@ -89,7 +90,6 @@ RUN apt-get update \
89
90
qt5keychain-dev \
90
91
qtbase5-dev \
91
92
qtdeclarative5-dev-tools \
92
- qtdeclarative5-qtquick2-plugin \
93
93
qtpositioning5-dev \
94
94
qttools5-dev \
95
95
qttools5-dev-tools \
You can’t perform that action at this time.
0 commit comments