https://bugs.kde.org/show_bug.cgi?id=369554

--- Comment #8 from RJVB <rjvber...@gmail.com> ---
>This is definitely not just about two frameworks, it's about ALL of them. Look
>at it, they all install forwarding headers.

Did you miss the bit where I said the others all install the forwarding headers
at the same level? :)

>counter-productive. We want to make sure each framework is explicitly used, not
>just by chance.

A moot concern given how you still keep the framework-specific directories if
you use

include/KF5/Attica/AccountBalance
include/KF5/Attica/accountbalance.h
#include <Attica/AccountBalance>
#include <Attica/accountbalance.h>

instead of

include/KF5/Attica/fwd/Attica/AccountBalance
include/KF5/Attica/attica/accountbalance.h
#include <Attica/AccountBalance>
#include <attica/accountbalance.h>

In addition, the former implementation will allow installing the frameworks as
proper (Mac) frameworks.

>Fixed.

I'm still not convinced that I find this an improvement (= fix); increase the
amount of I/O required just to get (supposedly) nicer looking #include lines?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to