git: 4f4956d9ff40 - main - */*: Mk/Uses/qt.mk: Adapt comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 10:37:36 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f4956d9ff4051e058e53fcd0329fcc945480ddb commit 4f4956d9ff4051e058e53fcd0329fcc945480ddb Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-09-20 16:13:31 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-21 10:33:12 +0000 */*: Mk/Uses/qt.mk: Adapt comments We now support Qt6. PR: 266529 Approved by: tcberner@ --- Mk/Uses/qt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index e45705350fe6..e71f3e62c0be 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -1,14 +1,14 @@ # There are three Qt related USES files with different access to Qt. # - qmake: The port requires Qt's qmake to build -- creates the configure target # - auto includes qt.mk -# - qt-dist: The port is a port for a part of Qt5 +# - qt-dist: The port is a port for a part of Qt # - auto includes qt.mk and qmake.mk # - qt.mk - Dependency handling. USE_QT=foo bar # # Usage: # USES=qt:<version>[,no_env] # -# Versions: 5 +# Versions: 5, 6 # # Port variables: # USE_QT - List of Qt modules to depend on, with optional ':build'