Skip to content

Commit

Permalink
doc/README: add test notes for Qt 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mappu committed Oct 25, 2024
1 parent a457127 commit 2a580bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

Expand Down

0 comments on commit 2a580bd

Please sign in to comment.