2011-06-09 15:50:48 +02:00
|
|
|
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
|
2011-07-11 13:48:34 +02:00
|
|
|
HEADERS += $$PWD/anchorchangesnodeinstance.h
|
2011-06-09 15:50:48 +02:00
|
|
|
|
|
|
|
|
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
|
2011-07-11 13:48:34 +02:00
|
|
|
SOURCES += $$PWD/anchorchangesnodeinstance.cpp
|