8000
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 f47c136 commit e446692Copy full SHA for e446692
travis_config.sh
@@ -24,7 +24,7 @@ if [ -n "$IS_OSX" ]; then
24
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
25
else
26
echo " > Linux environment "
27
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.13.2/lib
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
28
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
29
fi
30
0 commit comments