mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| 
 | |
| FILE(GLOB UI_FILES *.ui)
 | |
| PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
 | |
| 
 | |
| PLUGIN_INSTALL(processing ./algs/ui ${PY_FILES} ${PYUI_FILES})
 |