Link bluetooth.
Implement class that talks to BLE miflora devices. Have UI show current values from new class.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
|
||||
set(qiflora_SRCS
|
||||
miflora/miflora.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
qt5_add_resources(RESOURCES resources.qrc)
|
||||
add_executable(qiflora ${qiflora_SRCS} ${RESOURCES})
|
||||
target_link_libraries(qiflora Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg)
|
||||
target_link_libraries(qiflora Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg Qt5::Bluetooth)
|
||||
install(TARGETS qiflora ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
Reference in New Issue
Block a user