[Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

Robin Burchell robin+qt at viroteck.net
Fri Jul 6 09:04:34 CEST 2012


On Fri, Jul 6, 2012 at 8:23 AM, Philip Ashmore
<contact at philipashmore.com> wrote:
> Good point. I googled "using qt private headers" - not very useful.
> Could you post a link?

Probably because it's more or less new to Qt 5.

QT += core core-private

.. and you may now use both public and private headers from QtCore.
The same pattern works for any other module.

Make sure you understand the consequences of that, though. (I trust
that you probably do, but people finding this in the archives might
not)



More information about the Development mailing list