| Summary: | kcoreaddons_add_plugin installs in a wrong directory | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] extra-cmake-modules | Reporter: | Matin Lotfaliei <matinlotfali> |
| Component: | general | Assignee: | ecm-bugs-null <ecm-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdelibs-bugs-null, nate, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 5.248.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matin Lotfaliei
2024-01-20 21:17:43 UTC
I learned that kcoreaddons uses KDE_INSTALL_PLUGINDIR variable for the installation. I learned that I need to set QT_MAJOR_VERSION instead of QT_VERSION_MAJOR before including the KDEInstallDirs to fix it. Yes, the order does matter here. |