[Interest] Qt 6.10 RC on Android - failing to find headers
Marius Kittler
mkittler at suse.de
Thu Oct 2 13:57:13 CEST 2025
Hi,
> Has anyone been faced with similar problems?
I don't have any problems using private headers when compiling for Android on
a recent dev build of Qt. I can only tell you that the way you're adding
header search paths for private Qt modules is probably not how it is supposed
to be done. Just use the target of private modules in the same way you would
add the target of regular modules, so e.g. use CorePrivate just like you add
Core. Also, avoid altering the global build env with functions like
include_directories and set target properties instead.
Regards,
Marius
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 525 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20251002/7d2ebbb4/attachment.sig>
More information about the Interest
mailing list