forked from qt-creator/qt-creator
		
	The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import qbs
 | 
						|
 | 
						|
QtcAutotest {
 | 
						|
    name: "ChangeSet autotest"
 | 
						|
    Depends { name: "Utils" }
 | 
						|
    Depends { name: "Qt.gui" } // TODO: Remove once qbs bug is fixed.
 | 
						|
    files: "tst_changeset.cpp"
 | 
						|
}
 |