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>
		
			
				
	
	
		
			16 lines
		
	
	
		
			220 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			220 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
TEMPLATE = subdirs
 | 
						|
CONFIG += ordered
 | 
						|
 | 
						|
SUBDIRS = \
 | 
						|
    ast \
 | 
						|
    codeformatter \
 | 
						|
    findusages \
 | 
						|
    lookup \
 | 
						|
    preprocessor \
 | 
						|
    semantic \
 | 
						|
    typeprettyprinter \
 | 
						|
    misc \
 | 
						|
    cxx11 \
 | 
						|
    checksymbols \
 | 
						|
    lexer
 |