Skip to content

Commit dfa69b5

Browse files
committedNov 16, 2018
add Qt5 3D extras paths
1 parent 06e139e commit dfa69b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ cmake \
5959
-DPYTHON_TEST_WRAPPER="timeout -sSIGSEGV 55s"\
6060
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
6161
-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" \
6265
..
6366
echo "travis_fold:end:cmake"
6467

0 commit comments

Comments
 (0)
Please sign in to comment.