forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			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" | ||
|  |     ] | ||
|  | } |