| Summary: | KWidgetsAddons fails to build at configure step with -DBUILD_SHARED_LIBS=OFF | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kwidgetsaddons | Reporter: | equeim |
| Component: | general | Assignee: | Christoph Feck <cfeck> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdelibs-bugs-null, nicolas.fella |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 6.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Possible fix for KWidgetsAddons | ||
|
Description
equeim
2024-02-28 19:32:27 UTC
Created attachment 172075 [details]
Possible fix for KWidgetsAddons
I think I found a way to make it work.
The problem is that when building static library qt_add_resources adds separate targets for resources that need to be installed.
Unfortunately it needs to be done for every use of qt_add_resources, in all libraries.
I attached a patch that seems to fix the issue for KWidgetsAddons.
|