In qtquickcontrols2.git [1] it’s linked to like this: QT_PRIVATE += quick-private
I think QT += quick-private also works.. not sure what the difference is. [1] http://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/src/quicktemplates2/quicktemplates2.pro#n6 On 1/16/18, 4:43 PM, "Interest on behalf of Christopher Probst" <[email protected] on behalf of [email protected]> wrote: Hi, I am looking to use QtQuick private APIs. More specifically I would like to use the QQuickWindowPrivate class. Out of box, I will get either header files missing errors or linking errors once the header file errors are resolved. What is the standard Qt way to use the QQuickWindowPrivate private classe? Thanks, Christopher _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
