add gcc qt cmake dir

This commit is contained in:
Rick Vogel 2022-10-30 17:12:10 +01:00
parent 9837fe333a
commit e2c4ffeb22
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ jobs:
cxx: "g++",
archiver: "7z a",
generators: "Ninja",
qtcmakedir: "../Qt/5.15.2/gcc_64/lib/cmake/Qt5", # TODO find better solution
}
- {
name: "Ubuntu_GCC_9",
@ -77,6 +78,7 @@ jobs:
cxx: "g++",
archiver: "7z a",
generators: "Ninja",
qtcmakedir: "../Qt/5.15.2/gcc_64/lib/cmake/Qt5", # TODO find better solution
}
- {
name: "macOS Latest Clang",