14 lines
365 B
Makefile
14 lines
365 B
Makefile
QT6NAME = QtSensors
|
|
COMMENT = Qt6 hardware sensors support
|
|
PKGSPEC = qt6-qtsensors-${QT6_PKGSPEC}
|
|
|
|
SHARED_LIBS += Qt6Sensors 1.0 # 6.5
|
|
SHARED_LIBS += Qt6SensorsQuick 1.0 # 6.5
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Network Qt6Qml c m
|
|
|
|
LIB_DEPENDS = x11/qt6/qtdeclarative
|
|
|
|
BUILD_DEPENDS = graphics/vulkan-loader
|
|
|
|
.include <bsd.port.mk>
|