From e7caf7a037bf73a376ffb20f70e28ccfd4cad687 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Mon, 21 Oct 2019 15:38:10 +0200 Subject: [PATCH] bump that qt --- CI/before_script.msvc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 1eae71c7f2..a79e274387 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -641,7 +641,7 @@ echo if [ -z $APPVEYOR ]; then printf "Qt 5.7.0... " else - printf "Qt 5.10 AppVeyor... " + printf "Qt 5.13 AppVeyor... " fi { if [ $BITS -eq 64 ]; then @@ -679,7 +679,7 @@ fi add_qt_platform_dlls "$(pwd)/plugins/platforms/qwindows${SUFFIX}.dll" echo Done. else - QT_SDK="C:/Qt/5.10/msvc${MSVC_DISPLAY_YEAR}${SUFFIX}" + QT_SDK="C:/Qt/5.13/msvc${MSVC_DISPLAY_YEAR}${SUFFIX}" add_cmake_opts -DDESIRED_QT_VERSION=5 \ -DQT_QMAKE_EXECUTABLE="${QT_SDK}/bin/qmake.exe" \ -DCMAKE_PREFIX_PATH="$QT_SDK"