mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
Bumping Qt to 5.10 for Appveyor
This commit is contained in:
parent
f8304a52c4
commit
ea6c73333b
1 changed files with 2 additions and 2 deletions
|
@ -568,7 +568,7 @@ echo
|
||||||
if [ -z $APPVEYOR ]; then
|
if [ -z $APPVEYOR ]; then
|
||||||
printf "Qt 5.7.0... "
|
printf "Qt 5.7.0... "
|
||||||
else
|
else
|
||||||
printf "Qt 5.7 AppVeyor... "
|
printf "Qt 5.10 AppVeyor... "
|
||||||
fi
|
fi
|
||||||
{
|
{
|
||||||
if [ $BITS -eq 64 ]; then
|
if [ $BITS -eq 64 ]; then
|
||||||
|
@ -618,7 +618,7 @@ fi
|
||||||
|
|
||||||
echo Done.
|
echo Done.
|
||||||
else
|
else
|
||||||
QT_SDK="C:/Qt/5.7/msvc${MSVC_YEAR}${SUFFIX}"
|
QT_SDK="C:/Qt/5.10/msvc${MSVC_YEAR}${SUFFIX}"
|
||||||
|
|
||||||
add_cmake_opts -DDESIRED_QT_VERSION=5 \
|
add_cmake_opts -DDESIRED_QT_VERSION=5 \
|
||||||
-DQT_QMAKE_EXECUTABLE="${QT_SDK}/bin/qmake.exe" \
|
-DQT_QMAKE_EXECUTABLE="${QT_SDK}/bin/qmake.exe" \
|
||||||
|
|
Loading…
Reference in a new issue