replace flatpak config with published one. Only builds from git now.

Made large progress on getting history from device.
This commit is contained in:
2019-11-12 23:14:40 -05:00
parent ed00901a2f
commit 1303626dd8
9 changed files with 435 additions and 133 deletions

View File

@@ -29,7 +29,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE)
################# Find dependencies #################
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Svg QuickControls2 Bluetooth Charts)
find_package(KF5Kirigami2 ${KF5_MIN_VERSION})
find_package(KF5Kirigami2 ${KF5_MIN_VERSION} REQUIRED)
################# Enable C++11 features for clang and gcc #################