Skip to content

Commit

Permalink
GitHub actions: update Qt to 6.7.3 on macOS
Browse files Browse the repository at this point in the history
In order to work around PCRE bug.

No updating on Windows since qwindowsvistastyle plugin
is cannot be found and requires further investigation.

Task-number: QBS-1799
Change-Id: Ic08ee88391a8c21a75a7c2277aa3eb5f9ad769b8
  • Loading branch information
ABBAPOH committed Dec 16, 2024
1 parent e552158 commit 8ae6197
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:
uses: ./.github/actions/download-qt
with:
toolchain: clang_64
version: 6.7.3
- name: Install Qt Creator
uses: ./.github/actions/download-qtc
- name: Setup Qbs
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarker/benchmarker.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ QtApplication {
type: "application"
consoleApplication: true
cpp.cxxLanguageVersion: "c++20"
cpp.minimumMacosVersion: "11.0"
condition: Qt.concurrent.present
Depends { name: "qbsbuildconfig" }
Depends {
Expand Down
2 changes: 2 additions & 0 deletions tests/clang-format-test/clang-format-test.qbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
QtApplication {
Depends { name: "Qt.core" }
files: "clang-format.cpp"
cpp.cxxLanguageVersion: "c++20"
cpp.minimumMacosVersion: "11.0"
cpp.warningLevel: "none"
}
1 change: 1 addition & 0 deletions tests/fuzzy-test/fuzzy-test.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ QtApplication {
consoleApplication: true
Depends { name: "qbsbuildconfig" }
cpp.cxxLanguageVersion: "c++20"
cpp.minimumMacosVersion: "11.0"
files: [
"commandlineparser.cpp",
"commandlineparser.h",
Expand Down

0 comments on commit 8ae6197

Please sign in to comment.