Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Supported Hardware
Building
--------

This software is built using Qt 6.4. So you'll have to install the
This software is built using Qt 6.5. So you'll have to install the
[Qt SDK](https://qt.io/) first. Once Qt is installed you can simply
open the toplevel `CMakeLists.txt` in QtCreator.

Alternatively open a commandline, add Qt 6.4 to your `PATH`,
Alternatively open a commandline, add Qt 6.5 to your `PATH`,
and run [CMake](https://cmake.org/).

[![Continuous Integration][ci-status-icon]][ci-status-link]
Expand Down