mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	One step forward toward closing http://hub.qgis.org/issues/5879 Next all pugins should be converted to use of the macro...
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
ADD_SUBDIRECTORY(postgis)
 | 
						|
ADD_SUBDIRECTORY(spatialite)
 | 
						|
 | 
						|
FILE(GLOB PY_FILES *.py)
 | 
						|
PLUGIN_INSTALL(db_manager db_plugins ${PY_FILES})
 |