We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec7bad commit eeee43dCopy full SHA for eeee43d
.ci/travis/linux/docker-build-test.sh
@@ -59,6 +59,8 @@ cmake \
59
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
60
-DWERROR=TRUE \
61
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \
62
+ -DQT5_3DEXTRA_INCLUDE_DIR="/root/QGIS/external/qt3dextra-headers" \
63
+ -DCMAKE_PREFIX_PATH="/root/QGIS/external/qt3dextra-headers/cmake" \
64
..
65
echo "travis_fold:end:cmake"
66
0 commit comments