We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee29866 commit f4b6064Copy full SHA for f4b6064
1 file changed
appveyor.yml
@@ -7,9 +7,9 @@ image:
7
environment:
8
matrix:
9
- BUILD_COMBO: linux-gcc
10
- Qt5_DIR: "$HOME/Qt/5.14"
+ Qt5_DIR: "$HOME/Qt/5.14/gcc_64"
11
- BUILD_COMBO: linux-clang
12
+ Qt5_DIR: "$HOME/Qt/5.14/clang_64"
13
- BUILD_COMBO: windows-mingw
14
Qt5_DIR: "C:\\Qt\\5.14\\mingw73_64"
15
- BUILD_COMBO: windows-msvc
0 commit comments