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-03-24 | KDEInstallDirs6: port from custom logic to ecm_query_qt | Ahmad Samir | |
2022-02-13 | KDEInstallDirs6: replace ECMQueryQMake usage with qtpaths | Ahmad Samir | |
This fixes KDEInstallDirsTest.relative_or_absolute_qt unittest. | |||
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: remove deprecated variables from the documentation | David Faure | |
2021-11-23 | KDEInstallDirs6: comment out call to query_qmake, not defined | David Faure | |
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. |