forked from qt-creator/qt-creator
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
INCLUDEPATH += $$PWD/
|
|
|
|
HEADERS += $$PWD/behaviornodeinstance.h
|
|
|
|
HEADERS += $$PWD/dummycontextobject.h
|
|
|
|
HEADERS += $$PWD/childrenchangeeventfilter.h
|
|
HEADERS += $$PWD/componentnodeinstance.h
|
|
HEADERS += $$PWD/dummynodeinstance.h
|
|
HEADERS += $$PWD/nodeinstanceclientproxy.h
|
|
HEADERS += $$PWD/nodeinstancemetaobject.h
|
|
HEADERS += $$PWD/nodeinstanceserver.h
|
|
HEADERS += $$PWD/nodeinstancesignalspy.h
|
|
HEADERS += $$PWD/objectnodeinstance.h
|
|
HEADERS += $$PWD/qmlpropertychangesnodeinstance.h
|
|
HEADERS += $$PWD/qmlstatenodeinstance.h
|
|
HEADERS += $$PWD/qmltransitionnodeinstance.h
|
|
HEADERS += $$PWD/servernodeinstance.h
|
|
|
|
|
|
SOURCES += $$PWD/behaviornodeinstance.cpp
|
|
SOURCES += $$PWD/dummycontextobject.cpp
|
|
SOURCES += $$PWD/childrenchangeeventfilter.cpp
|
|
SOURCES += $$PWD/componentnodeinstance.cpp
|
|
SOURCES += $$PWD/dummynodeinstance.cpp
|
|
SOURCES += $$PWD/nodeinstanceclientproxy.cpp
|
|
SOURCES += $$PWD/nodeinstancemetaobject.cpp
|
|
SOURCES += $$PWD/nodeinstanceserver.cpp
|
|
SOURCES += $$PWD/nodeinstancesignalspy.cpp
|
|
SOURCES += $$PWD/objectnodeinstance.cpp
|
|
SOURCES += $$PWD/qmlpropertychangesnodeinstance.cpp
|
|
SOURCES += $$PWD/qmlstatenodeinstance.cpp
|
|
SOURCES += $$PWD/qmltransitionnodeinstance.cpp
|
|
SOURCES += $$PWD/servernodeinstance.cpp
|