ports/x11/qt6/qtremoteobjects/Makefile

16 lines
408 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
QT6NAME = QtRemoteobjects
COMMENT = Qt6 Inter-Process Communication module
PKGSPEC = qt6-qtremoteobjects-${QT6_PKGSPEC}
SHARED_LIBS += Qt6RemoteObjects 1.0 # 6.5
SHARED_LIBS += Qt6RemoteObjectsQml 1.0 # 6.5
WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Network Qt6Qml
WANTLIB += c m
LIB_DEPENDS = x11/qt6/qtdeclarative
BUILD_DEPENDS = graphics/vulkan-loader
.include <bsd.port.mk>