File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ environment:
88 matrix :
99 - BUILD_COMBO : linux-gcc
1010 CMAKE_PREFIX_PATH : " /home/appveyor/Qt/5.14/gcc_64"
11+ QT_DIR : " /home/appveyor/Qt/5.14/gcc_64"
1112 - BUILD_COMBO : linux-clang
1213 CMAKE_PREFIX_PATH : " /home/appveyor/Qt/5.14/gcc_64"
14+ QT_DIR : " /home/appveyor/Qt/5.14/gcc_64"
1315 - BUILD_COMBO : windows-mingw
1416 CMAKE_PREFIX_PATH : " C:\\ Qt\\ 5.14\\ mingw73_64"
17+ QT_DIR : " C:\\ Qt\\ 5.14\\ mingw73_64"
1518 - BUILD_COMBO : windows-msvc
16- CMAKE_PREFIX_PATH : " C:\\ Qt\\ 5.14\\ msvc2017"
19+ CMAKE_PREFIX_PATH : " C:\\ Qt\\ 5.14\\ msvc2017_64"
20+ QT_DIR : " C:\\ Qt\\ 5.14\\ msvc2017_64"
1721
1822matrix :
1923 exclude :
@@ -26,6 +30,10 @@ matrix:
2630 - image : Visual Studio 2019
2731 BUILD_COMBO : linux-clang
2832
33+ install :
34+ - cmd : set PATH=%PATH%;%QT_DIR%\\bin
35+ - sh : export PATH="${PATH}:${QT_DIR}/bin"
36+
2937configuration :
3038 - Debug
3139 - Release
You can’t perform that action at this time.
0 commit comments