Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add QT5_3DEXTRA_LIBRARY to cmake config
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
.ci/travis/linux/docker-build-test.sh
|
@@ -58,6 +58,7 @@ cmake \ |
|
|
-DPYTHON_TEST_WRAPPER="timeout -sSIGSEGV 55s"\ |
|
|
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \ |
|
|
-DWERROR=TRUE \ |
|
|
-DQT5_3DEXTRA_LIBRARY="/usr/lib/x86_64-linux-gnu/libQt53DExtras.so" \ |
|
|
.. |
|
|
echo "travis_fold:end:cmake" |
|
|
|
|
|