Skip to content

Commit 4e52343

Browse files
committed
CI: set qt5 path to CMAKE_PREFIX_PATH instead of Qt5_DIR
1 parent f4b6064 commit 4e52343

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ image:
77
environment:
88
matrix:
99
- BUILD_COMBO: linux-gcc
10-
Qt5_DIR: "$HOME/Qt/5.14/gcc_64"
10+
CMAKE_PREFIX_PATH: "$HOME/Qt/5.14/gcc_64"
1111
- BUILD_COMBO: linux-clang
12-
Qt5_DIR: "$HOME/Qt/5.14/clang_64"
12+
CMAKE_PREFIX_PATH: "$HOME/Qt/5.14/clang_64"
1313
- BUILD_COMBO: windows-mingw
14-
Qt5_DIR: "C:\\Qt\\5.14\\mingw73_64"
14+
CMAKE_PREFIX_PATH: "C:\\Qt\\5.14\\mingw73_64"
1515
- BUILD_COMBO: windows-msvc
16-
Qt5_DIR: "C:\\Qt\\5.14\\msvc2017"
16+
CMAKE_PREFIX_PATH: "C:\\Qt\\5.14\\msvc2017"
1717

1818
matrix:
1919
exclude:

0 commit comments

Comments
 (0)