forked from qt-creator/qt-creator
		
	That was most likely QBS-755. Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			127 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			127 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import qbs
 | 
						|
 | 
						|
QtcAutotest {
 | 
						|
    name: "ANSI autotest"
 | 
						|
    Depends { name: "Utils" }
 | 
						|
    files: "tst_ansiescapecodehandler.cpp"
 | 
						|
}
 |