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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
