Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2022 17:32:15 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f53336cefce4 - main - CHANGES: add some pointers on how-to use Qt 6 in the tree
Message-ID:  <202208211732.27LHWFtN024491@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208211732.27LHWFtN024491>