forked from qt-creator/qt-creator
The goal is to avoid direct usage of private API. Any access to private QML API is supposed to go through QmlPrivateGate. NodeInstanceMetaObject is moved into QmlPrivateGate and renamed to just MetaObject. Change-Id: Iba0b574605e455b01e7b86306ec3ca47be7b4e58 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
INCLUDEPATH += $$PWD/
|
|
|
|
HEADERS += \
|
|
$$PWD/qmlprivategate.h \
|
|
$$PWD/metaobject.h
|
|
|
|
SOURCES += \
|
|
$$PWD/qmlprivategate.cpp \
|
|
$$PWD/metaobject.cpp
|
|
|