forked from qt-creator/qt-creator
		
	Implement selection expanding / shrinking, that is aware of C++ semantics, thus giving smart selection changing. Change-Id: I1386a20597fa6bb85c3aa0d8ddfb87cdb3fd7c38 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			634 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			634 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import qbs
 | 
						|
 | 
						|
Project {
 | 
						|
    name: "CPlusPlus autotests"
 | 
						|
    references: [
 | 
						|
        "ast/ast.qbs",
 | 
						|
        "c99/c99.qbs",
 | 
						|
        "checksymbols/checksymbols.qbs",
 | 
						|
        "codeformatter/codeformatter.qbs",
 | 
						|
        "cppselectionchanger/cppselectionchanger.qbs",
 | 
						|
        "cxx11/cxx11.qbs",
 | 
						|
        "fileiterationorder/fileiterationorder.qbs",
 | 
						|
        "findusages/findusages.qbs",
 | 
						|
        "lexer/lexer.qbs",
 | 
						|
        "lookup/lookup.qbs",
 | 
						|
        "misc/misc.qbs",
 | 
						|
        "preprocessor/preprocessor.qbs",
 | 
						|
        "semantic/semantic.qbs",
 | 
						|
        "translationunit/translationunit.qbs",
 | 
						|
        "typeprettyprinter/typeprettyprinter.qbs"
 | 
						|
    ]
 | 
						|
}
 |