diff options
author | nros <nros@pkgsrc.org> | 2022-12-01 21:26:00 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2022-12-01 21:26:00 +0000 |
commit | 624bd727a5f7bac3885c1f090b5b4d422cbbe318 (patch) | |
tree | 0c3fe0b3086164a676e7791ff01b4045fa0a4db3 /devel/Makefile | |
parent | 6f5757db732a39520ea8c0a8c160c5df6cc80d9b (diff) | |
download | pkgsrc-624bd727a5f7bac3885c1f090b5b4d422cbbe318.tar.gz |
Add qt6-qt5compat version 6.4.1 to pkgsrc-current
Qt6 module that includes Qt5 core API:s that have been removed in Qt6,
Qt5 applications can be ported to Qt6 more easily using this module.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c1c4278bc2b..29d7053a4e5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3840 2022/12/01 12:47:40 prlw1 Exp $ +# $NetBSD: Makefile,v 1.3841 2022/12/01 21:26:00 nros Exp $ # COMMENT= Development utilities @@ -2985,6 +2985,7 @@ SUBDIR+= pythontidy SUBDIR+= qconf SUBDIR+= qjson SUBDIR+= qore-uuid-module +SUBDIR+= qt6-qt5compat SUBDIR+= qt6-qttools SUBDIR+= qtscriptgenerator SUBDIR+= quilt |