forked from qt-creator/qt-creator
		
	Change-Id: I3e81bdbf22808efbe1fb5fab13bef24c8f73f404 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
		
			
				
	
	
		
			11 lines
		
	
	
		
			184 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			184 B
		
	
	
	
		
			QML
		
	
	
	
	
	
import qbs
 | 
						|
 | 
						|
QtcAutotest {
 | 
						|
    name: "PointerAlgorithm autotest"
 | 
						|
 | 
						|
    cpp.includePaths: [project.ide_source_tree + "/src/libs"]
 | 
						|
    files: [
 | 
						|
        "tst_pointeralgorithm.cpp",
 | 
						|
    ]
 | 
						|
}
 |