From 2a580bd9d893a1166743efcc34f9b416d075847e Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 26 Oct 2024 12:34:18 +1300 Subject: [PATCH] doc/README: add test notes for Qt 6.7 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72182c95..aca8488a 100644 --- a/README.md +++ b/README.md @@ -129,17 +129,21 @@ You can replace the import path in two ways: *Tested with Debian 12 / Qt 5.15 / Qt 6.4 / GCC 12* +*Tested with Fedora 40 / Qt 6.7 / GCC 14* + For dynamic linking, with the system Qt (Qt 5): ```bash -apt install qtbase5-dev build-essential +apt install qtbase5-dev build-essential # Debian / Ubuntu go build -ldflags '-s -w' ``` For dynamic linking, with the system Qt (Qt 6): ```bash -apt install qt6-base-dev build-essential +apt install qt6-base-dev build-essential # Debian / Ubuntu +dnf install qt6-qtbase-devel golang # Fedora + go build -ldflags '-s -w' ```