ports/x11/qt5/qtgamepad/Makefile

18 lines
432 B
Makefile

QT5NAME = QtGamepad
COMMENT-main = Qt5 gamepad events handling components
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Gamepad 1.0 # 5.9
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += Qt5Quick SDL2 m Qt5QmlModels
LIB_DEPENDS = devel/sdl2 \
x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION}
FLAVORS = debug
MODQMAKE_RECURSIVE = No
.include <bsd.port.mk>