Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-05 | Define version-less install targets in KDEInstallDirs5.cmake | Volker Krause | |
This enables forward-compatibility with KDEInstallDirs6.cmake This was partly done already, but in the wrong order and not for all versioned variables. | |||
2021-11-23 | KDEInstallDirs5: set up KSERVICESDIR alias for KSERVICES5DIR | David Faure | |
and use only KSERVICESDIR in KDEInstallDirs6. | |||
2021-11-23 | KDEInstallDirs6: don't set deprecated variable names anymore | David Faure | |
+ adjust docu | |||
2021-11-23 | PLUGINDIR is based upon QTPLUGINDIR, so only define it after QTPLUGINDIR | David Faure | |
2021-11-23 | Split KDEInstallDirs into a 5 and a 6 variant | Volker Krause | |
This factors out large parts of the common code into separate modules, and adds a backward compatibility wrapper. The 6 variant drops some deprecated variables where possible, but otherwise is the same as the 5 variant. It still lacks a replacement for the paths depending on ECMQueryQMake though. |