Skip to content

Include KDEInstallDirs before anything that can calls into Qt CMake

David Redondo requested to merge work/davidre/fixinstalldirs into master

If install dirs are not defined the Qt CMake files will eventually call into GNUInstallDirs. These only include the architecture on debian only when installing into /usr leading to wrong paths when compared to our KDEInstallDirs which append it always.

Merge request reports