[QGIS Commit] r9913 - trunk/qgis/src/plugins/grass/themes/gis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 30 17:34:10 EST 2008


Author: timlinux
Date: 2008-12-30 17:34:10 -0500 (Tue, 30 Dec 2008)
New Revision: 9913

Added:
   trunk/qgis/src/plugins/grass/themes/gis/CMakeLists.txt
Log:
Fix to make gis theme icons install properly

Added: trunk/qgis/src/plugins/grass/themes/gis/CMakeLists.txt
===================================================================
--- trunk/qgis/src/plugins/grass/themes/gis/CMakeLists.txt	                        (rev 0)
+++ trunk/qgis/src/plugins/grass/themes/gis/CMakeLists.txt	2008-12-30 22:34:10 UTC (rev 9913)
@@ -0,0 +1,5 @@
+FILE (GLOB IMAGES *.png)
+
+INSTALL (FILES ${IMAGES}
+         DESTINATION ${QGIS_DATA_DIR}/themes/gis/grass)
+



More information about the QGIS-commit mailing list