We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 06e139e commit dfa69b5Copy full SHA for dfa69b5
.ci/travis/linux/docker-build-test.sh
@@ -59,6 +59,9 @@ cmake \
59
-DPYTHON_TEST_WRAPPER="timeout -sSIGSEGV 55s"\
60
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
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" \
65
..
66
echo "travis_fold:end:cmake"
67
0 commit comments