forked from qt-creator/qt-creator
		
	Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
		
			
				
	
	
		
			6 lines
		
	
	
		
			124 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			124 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| INCLUDEPATH += $$PWD/include
 | |
| DEPENDPATH += $PPWD/include
 | |
| QT += declarative script
 | |
| 
 | |
| LIBS *= -l$$qtLibraryName(QmlJSDebugger)
 |