forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This file is part of Qt Creator
 | |
| # It enables debugging of Qt Quick applications
 | |
| 
 | |
| QT += declarative
 | |
| INCLUDEPATH += $$PWD/include
 | |
| 
 | |
| DEBUGLIB=QmlJSDebugger
 | |
| CONFIG(debug, debug|release) {
 | |
|     windows:DEBUGLIB = QmlJSDebuggerd
 | |
| }
 | |
| LIBS += -L$$PWD -l$$DEBUGLIB
 |