Skip to content

Commit 00a367e

Browse files
author
timlinux
committedNov 9, 2009
Added newgis theme which is a revision by Anita Graser of the original GIS theme by Robert. Note that this newgis theme will replace the GIS theme once we have discussed with Robert and Anita has completed her revision.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12061 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8a8284d commit 00a367e

File tree

109 files changed

+39
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+39
-1
lines changed
 

‎images/themes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
SUBDIRS (default nkids classic gis)
2+
SUBDIRS (default nkids classic gis newgis)

‎images/themes/newgis/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SUBDIRS (plugins)
2+
3+
FILE (GLOB IMAGES *.png)
4+
5+
INSTALL (FILES ${IMAGES}
6+
DESTINATION ${QGIS_DATA_DIR}/themes/newgis)

0 commit comments

Comments
 (0)
Please sign in to comment.