git: f53336cefce4 - main - CHANGES: add some pointers on how-to use Qt 6 in the tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Aug 2022 17:32:15 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f53336cefce42b23de007654c53a1938a9825696
commit f53336cefce42b23de007654c53a1938a9825696
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-08-21 17:19:41 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-08-21 17:31:46 +0000
CHANGES: add some pointers on how-to use Qt 6 in the tree
---
CHANGES | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/CHANGES b/CHANGES
index d35c73c787e2..0145bd859742 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20220821:
+AUTHOR: kde@FreeBSD.org
+
+ qt.mk now supports both Qt 5 and Qt 6.
+
+ To make use of Qt6 write:
+
+ USES=qt:6
+ USE_QT=list of Qt6 components
+
+ Please take a look at qt.mk to see the available components.
+
20220722:
AUTHOR: portmgr@FreeBSD.org