Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
We need Qt 5.15 for qt_add_dbus_adaptor support.
  • Loading branch information
rodlie committed Feb 3, 2024
1 parent 5f2524b commit e6fab52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()
find_package(QT NAMES Qt5 COMPONENTS Core REQUIRED)
find_package(
Qt${QT_VERSION_MAJOR}
5.9
5.15
COMPONENTS
Gui
Widgets
Expand Down

0 comments on commit e6fab52

Please sign in to comment.