Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-12 | API dox: use more markup for code or commandline samples | Friedrich W. H. Kossebau | |
NO_CHANGELOG | |||
2022-06-12 | API dox: improve linking to other modules referenced in text | Friedrich W. H. Kossebau | |
NO_CHANGELOG | |||
2022-03-24 | Port from ECMQueryQmake to ECMQueryQt | Ahmad Samir | |
Continuation of commit 4e47b053c9d799. All unittests still pass. | |||
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. |