Skip to content
Commit 70f334b5 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Install headers into fully module-namespaced subdirs

The basic layout of include dirs of libs from KF modules is:
<visibility-layer>/<C++ namespace>/<class headers>
where visibility-layer is KF6/LibraryBaseName and the dir which
is listed as the include dir to use for a library.
This ensures that only headers will be seen when using the expected
include statements (like #include <CppNameSpace/Class>) which belong
to the library one wants to link to.
parent 8f37cb6c
Pipeline #345517 passed with stage
in 5 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment