ports/x11/qt5/qtremoteobjects/Makefile

17 lines
394 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
QT5NAME = QtRemoteObjects
COMMENT-main = inter-process communication using Qt5 objects
REVISION= 0
2023-08-16 22:26:55 +00:00
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5RemoteObjects 1.0 # 5.9
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += c m
LIB_DEPENDS = x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION}
FLAVORS = debug
.include <bsd.port.mk>