Am 21.01.2019 um 11:55 schrieb Christian Kandeler:
Actually, it does not: You could also provide your own file tagger and set a priority, overriding the one from the cpp module.
I've tried that before but it didn't work immediately so I stopped pursuing that solution. I will take a look at it again.
but technically, they aren't the "real" headers, since they are not what you include.
That's true. They are however the header files I edit in QtCreator. And it's code model seems to only consider "hpp" tagged files. But maybe the build graph just got messed up with all my fiddling around with tags and rules?
For Qt, we've collected the headers in extra products. That was necessary because there were products that had a dependency on the installed headers of some product, but could not have a dependency on the product itself.
Nice idea. Thanks for the help! Christian -- Christian Gudrian AUCOS AG, Matthiashofstraße 47–49, 52064 Aachen, Germany _______________________________________________ Qbs mailing list [email protected] https://lists.qt-project.org/listinfo/qbs
