forked from qt-creator/qt-creator
		
	This is the only user, and likely will stay so for a while, and eases the linking of the debugger autotests. Change-Id: I822fa892f105a5b7985370b26e50aa94cac74bb3 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			456 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			456 B
		
	
	
	
		
			QML
		
	
	
	
	
	
| import qbs
 | |
| 
 | |
| Project {
 | |
|     name: "CPlusPlus autotests"
 | |
|     references: [
 | |
|         "ast/ast.qbs",
 | |
|         "checksymbols/checksymbols.qbs",
 | |
|         "codeformatter/codeformatter.qbs",
 | |
|         "cxx11/cxx11.qbs",
 | |
|         "findusages/findusages.qbs",
 | |
|         "lexer/lexer.qbs",
 | |
|         "lookup/lookup.qbs",
 | |
|         "misc/misc.qbs",
 | |
|         "preprocessor/preprocessor.qbs",
 | |
|         "semantic/semantic.qbs",
 | |
|         "typeprettyprinter/typeprettyprinter.qbs"
 | |
|     ]
 | |
| }
 |