| Summary: | no way to not build kde4/qt4 style | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] QtCurve | Reporter: | Harald Sitter <sitter> |
| Component: | general | Assignee: | Yichao Yu <yyc1992> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | hein |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Do you really get an error? 1. Just checked with my computer (which has both KDE4 and KF5) and it works. 2. The Qt5 CI build also successfully build Qt5 version only. I don't want it to look for kde4 at all. |
the main CMakeLists.txt has an unguarded > find_package(KDE4 QUIET) preventing one from building only the qt5 style Reproducible: Always