From 5654818210d9dbd7025c1d5d3cbef88582bbcd01 Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Sun, 30 Jun 2024 23:43:57 +0200 Subject: [PATCH] Update README.md for Qt 6.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2c96d..3f56d83 100644 --- a/README.md +++ b/README.md @@ -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]