forked from qt-creator/qt-creator
		
	This reverts commit 6f161c99f7.
Task-number: QTCREATORBUG-5026
Change-Id: I51cb29887a35f8a9d0aee7d9b974aa037dc446bd
Reviewed-on: http://codereview.qt.nokia.com/1443
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.3 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
 | |
| HEADERS += $$PWD/anchorchangesnodeinstance.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
 | |
| SOURCES +=  $$PWD/anchorchangesnodeinstance.cpp
 |