pkgsrc/net/qt6-qtremoteobjects/Makefile
adam 58d2630a5c qt6: updated to 6.6.1
As a patch release, Qt 6.6.1 does not introduce any new features but contains more than 400 bug fixes, security updates, and other improvements to the top of the Qt 6.6.0 release. See more information about the most important changes and bug fixes from Qt 6.6.1 release note.
2023-11-30 20:11:26 +00:00

16 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.11 2023/11/30 20:11:29 adam Exp $
DISTNAME= qtremoteobjects-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtremoteobjects-${QTVERSION}
COMMENT= Qt6 module for easier IPC
CATEGORIES= net
LICENSE= gnu-lgpl-v3 OR gnu-lgpl-v2 OR gnu-gpl-v3
.include "../../x11/qt6-qtbase/Makefile.common"
PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6RemoteObjects.pc
PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6RemoteObjectsQml.pc
.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"