blob: 06d4f8bca39d1ae1947c196b1f6addfe79e8d7fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#################################################
#
# (C) 2012 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES altn.png begline.png compound.png
neglookahead.png poslookahead.png select.png
wordboundary.png anychar.png characters.png
endline.png nonwordboundary.png repeat.png
text.png error.png autoverify.png verify.png
DESTINATION
${DATA_INSTALL_DIR}/kregexpeditor/pics
)
|