rsadowski 745519a5fc Update Qt to latest TLS version 5.9.8
Tested in an amd64 bulk build by naddy@ Thanks!
multimedia/qtav was fixed. Docs is still broken but fixes are comming soon.

Drop maintainer address because nobody controls the google mailing list
openbsd-kde@googlegroups.com.
2019-11-05 10:18:53 +00:00

16 lines
378 B
Makefile

# $OpenBSD: Makefile,v 1.8 2019/11/05 10:18:53 rsadowski Exp $
QT5NAME = QtCanvas3D
COMMENT-main = QML types for the Qt5 Canvas 3D API
MULTI_PACKAGES = -main -examples
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += Qt5Quick m
LIB_DEPENDS = x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION}
FLAVORS = debug
.include <bsd.port.mk>