Files
qt-creator/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate.pri
Thomas Hartmann a54bdf3dc7 QmlPuppet: Introduce DesignerCustomObjectData
This class holds the additional data we use to annotate QObject.
At the moment we store the default values and bindings there.
I also moved the code to populate and read the hashes
into that class.

Change-Id: Ib5e4b5291cfd2bf5555a896bf42578d07f2c6253
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
2015-05-20 12:49:40 +00:00

13 lines
239 B
Plaintext

INCLUDEPATH += $$PWD/
HEADERS += \
$$PWD/qmlprivategate.h \
$$PWD/metaobject.h \
$$PWD/designercustomobjectdata.h
SOURCES += \
$$PWD/qmlprivategate.cpp \
$$PWD/metaobject.cpp \
$$PWD/designercustomobjectdata.cpp