diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-09 20:41:26 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-09 23:31:54 +0000 |
| commit | a29cf43f3d20fa304967daace2e4a6c0351d8f7a (patch) | |
| tree | 5dec944ae25426eccbb3c1739a2773880cdb4108 | |
| parent | 6adac9dec438a0139d9f4e449016e253649e173f (diff) | |
Mk/bsd.options.desc.mk: Add QT_DESC
For when there is no need to specify which Qt version as it changes periodically.
| -rw-r--r-- | Mk/bsd.options.desc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 6e872b227a9f..0149d1ea141a 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -433,6 +433,7 @@ PYMALLOC_DESC?= Use Python's internal malloc() PYTHON_DESC?= Python bindings or support PYTHON2_DESC?= Python 2.x bindings or support PYTHON3_DESC?= Python 3.x bindings or support +QT_DESC?= Qt toolkit support QT5_DESC?= Qt 5 toolkit support QT6_DESC?= Qt 6 toolkit support QUICKTIME_DESC?= QuickTime media support |
