forked from qt-creator/qt-creator
		
	The "Devel" package will contain headers, libraries, documentation needed by the 3rd parties to build Qt Creator plugins. Fixes: QTCREATORBUG-22514 Change-Id: If54929f823982b921b98a63ff6085d53618a3a49 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
		
			
				
	
	
		
			5 lines
		
	
	
		
			101 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			101 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_qtc_test(tst_algorithm
 | 
						|
  INCLUDES "${PROJECT_SOURCE_DIR}/src/libs"
 | 
						|
  SOURCES tst_algorithm.cpp
 | 
						|
)
 |