CHANGES: add some pointers on how-to use Qt 6 in the tree

This commit is contained in:
Tobias C. Berner 2022-08-21 19:19:41 +02:00
parent 39dce0e638
commit f53336cefc

12
CHANGES
View File

@ -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