Skip to content

Commit 2695fcd

Browse files
author
timlinux
committed
Added north arrows from Nikos Alexandris
git-svn-id: http://svn.osgeo.org/qgis/trunk@13955 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5394fdd commit 2695fcd

13 files changed

+902
-2
lines changed

images/north_arrows/CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

2-
FILE (GLOB IMAGES *.png)
2+
FILE (GLOB PNGIMAGES *.png)
33

4-
INSTALL (FILES ${IMAGES}
4+
INSTALL (FILES ${PNGIMAGES}
5+
DESTINATION ${QGIS_DATA_DIR}/images/north_arrows)
6+
7+
FILE (GLOB SVGIMAGES *.svg)
8+
9+
INSTALL (FILES ${SVGIMAGES}
510
DESTINATION ${QGIS_DATA_DIR}/images/north_arrows)

images/north_arrows/NorthArrow10.svg

Lines changed: 66 additions & 0 deletions
Loading

images/north_arrows/NorthArrow11.svg

Lines changed: 66 additions & 0 deletions
Loading

images/north_arrows/NorthArrow12.svg

Lines changed: 69 additions & 0 deletions
Loading

images/north_arrows/NorthArrow13.svg

Lines changed: 66 additions & 0 deletions
Loading

images/north_arrows/NorthArrow14.svg

Lines changed: 66 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)