Skip to content

Commit de5b859

Browse files
committed
add ld lib path
1 parent 772a4c0 commit de5b859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis_config.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if [ -n "$IS_OSX" ]; then
2424
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
2525
else
2626
echo " > Linux environment "
27+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.13.2/lib
2728
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
2829
fi
2930

0 commit comments

Comments
 (0)