From dc625ceaa447ec173eef56fcb43c3424d8a750bf Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 15 Jul 2023 13:38:54 +0300 Subject: [PATCH] Check what has been installed in C:\Qt\Tools. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 937a1b6c7..5e9dc68ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,7 +52,7 @@ environment: QMAKE: qmake.exe ENABLE_PCH: true GCC_VERSION: 9 - MINGW_PATH: C:\Qt\6.5\mingw_64\bin + MINGW_PATH: C:\Qt\Tools\mingw_64\bin ARCH: x64 PYTHON: "C:\\Python311-x64" PLATFORM: "Windows10+" @@ -406,6 +406,7 @@ for: - del /F "C:\Program Files\Git\bin\sh.exe" - dir "C:\" - dir "C:\Qt" + - dir "C:\Qt\Tools" - dir %QTDIR% - dir "%QTDIR%\bin" - qbs --version