Add themed chart layout to gui. Needs backend code.

This commit is contained in:
2019-11-11 15:00:07 -05:00
parent f6f574875d
commit ed00901a2f
3 changed files with 30 additions and 9 deletions

View File

@@ -7,5 +7,5 @@ set(qiflora_SRCS
qt5_add_resources(RESOURCES resources.qrc)
add_executable(qiflora ${qiflora_SRCS} ${RESOURCES})
target_link_libraries(qiflora Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg Qt5::Bluetooth)
target_link_libraries(qiflora Qt5::Core Qt5::Qml Qt5::Quick Qt5::Svg Qt5::Bluetooth Qt5::Charts)
install(TARGETS qiflora ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})