https://bugs.kde.org/show_bug.cgi?id=468812
Bug ID: 468812 Summary: Dependency on KQuickCharts not specified in CMakeLists.txt Classification: Applications Product: Arianna Version: 1.0.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: c...@carlschwan.eu Reporter: tahall...@protonmail.ch Target Milestone: --- SUMMARY Arianna has a non-optional dependency on the KQuickCharts qml components, but the dependency isn't specified in CMakeLists.txt STEPS TO REPRODUCE 1. Build and install arianna on a system without kquickcharts installed (or in a container/sandbox if that's more convenient) 2. From a terminal on the same system, run 'arianna'. OBSERVED RESULT Arianna fails to run, showing the following messages in the terminal: QQmlApplicationEngine failed to load component qrc:/content/ui/main.qml:31:22: Type LibraryPage unavailable qrc:/content/ui/LibraryPage.qml:10:1: module "org.kde.quickcharts" is not installed EXPECTED RESULT At build time, CMake complains that it can't find KQuickCharts (REQUIRED dependency, presumably, since arianna won't run without it) SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: NixOS (available in About System) KDE Plasma Version: 5.27.3 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.