2011-06-09 15:50:48 +02:00
|
|
|
INCLUDEPATH += $$PWD/
|
|
|
|
|
2012-09-19 15:57:22 +02:00
|
|
|
HEADERS += $$PWD/qt5nodeinstanceserver.h
|
2013-07-04 17:06:31 +02:00
|
|
|
HEADERS += $$PWD/qt5testnodeinstanceserver.h
|
2012-09-19 15:57:22 +02:00
|
|
|
HEADERS += $$PWD/qt5informationnodeinstanceserver.h
|
|
|
|
HEADERS += $$PWD/qt5rendernodeinstanceserver.h
|
|
|
|
HEADERS += $$PWD/qt5previewnodeinstanceserver.h
|
2011-06-09 15:50:48 +02:00
|
|
|
HEADERS += $$PWD/qt5nodeinstanceclientproxy.h
|
2012-09-25 17:05:00 +02:00
|
|
|
HEADERS += $$PWD/quickitemnodeinstance.h
|
2012-09-19 15:57:22 +02:00
|
|
|
HEADERS += $$PWD/behaviornodeinstance.h
|
|
|
|
HEADERS += $$PWD/dummycontextobject.h
|
|
|
|
HEADERS += $$PWD/childrenchangeeventfilter.h
|
|
|
|
HEADERS += $$PWD/componentnodeinstance.h
|
|
|
|
HEADERS += $$PWD/dummynodeinstance.h
|
|
|
|
HEADERS += $$PWD/nodeinstanceserver.h
|
2015-05-20 16:35:58 +02:00
|
|
|
HEADERS += $$PWD/nodeinstancesignalspy.h
|
2012-09-19 15:57:22 +02:00
|
|
|
HEADERS += $$PWD/objectnodeinstance.h
|
|
|
|
HEADERS += $$PWD/qmlpropertychangesnodeinstance.h
|
|
|
|
HEADERS += $$PWD/qmlstatenodeinstance.h
|
|
|
|
HEADERS += $$PWD/qmltransitionnodeinstance.h
|
|
|
|
HEADERS += $$PWD/servernodeinstance.h
|
|
|
|
HEADERS += $$PWD/anchorchangesnodeinstance.h
|
2012-10-04 16:34:25 +02:00
|
|
|
HEADERS += $$PWD/positionernodeinstance.h
|
2013-04-22 17:25:46 +02:00
|
|
|
HEADERS += $$PWD/layoutnodeinstance.h
|
2011-06-09 15:50:48 +02:00
|
|
|
|
2012-09-19 15:57:22 +02:00
|
|
|
SOURCES += $$PWD/qt5nodeinstanceserver.cpp
|
2013-07-04 17:06:31 +02:00
|
|
|
SOURCES += $$PWD/qt5testnodeinstanceserver.cpp
|
2012-09-19 15:57:22 +02:00
|
|
|
SOURCES += $$PWD/qt5informationnodeinstanceserver.cpp
|
|
|
|
SOURCES += $$PWD/qt5rendernodeinstanceserver.cpp
|
|
|
|
SOURCES += $$PWD/qt5previewnodeinstanceserver.cpp
|
2011-06-09 15:50:48 +02:00
|
|
|
SOURCES += $$PWD/qt5nodeinstanceclientproxy.cpp
|
2012-09-25 17:05:00 +02:00
|
|
|
SOURCES += $$PWD/quickitemnodeinstance.cpp
|
2013-07-04 17:06:31 +02:00
|
|
|
SOURCES += $$PWD/behaviornodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/dummycontextobject.cpp
|
|
|
|
SOURCES += $$PWD/childrenchangeeventfilter.cpp
|
|
|
|
SOURCES += $$PWD/componentnodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/dummynodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/nodeinstanceserver.cpp
|
2015-05-20 16:35:58 +02:00
|
|
|
SOURCES += $$PWD/nodeinstancesignalspy.cpp
|
2013-07-04 17:06:31 +02:00
|
|
|
SOURCES += $$PWD/objectnodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/qmlpropertychangesnodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/qmlstatenodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/qmltransitionnodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/servernodeinstance.cpp
|
|
|
|
SOURCES += $$PWD/anchorchangesnodeinstance.cpp
|
2012-10-04 16:34:25 +02:00
|
|
|
SOURCES += $$PWD/positionernodeinstance.cpp
|
2013-04-22 17:25:46 +02:00
|
|
|
SOURCES += $$PWD/layoutnodeinstance.cpp
|