~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to python/plugins/fTools/icons/default/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
 
2
#      file or the ui change
 
3
SET(ICON_FILES
 
4
analysis.png
 
5
geometry.png
 
6
sampling.png
 
7
basic_statistics.png
 
8
geoprocessing.png
 
9
select_location.png
 
10
buffer.png
 
11
help.png
 
12
simplify.png
 
13
centroids.png
 
14
intersections.png
 
15
single_to_multi.png
 
16
check_geometry.png
 
17
intersect.png
 
18
split_layer.png
 
19
clip.png
 
20
join_attributes.png
 
21
sub_selection.png
 
22
convex_hull.png
 
23
join_location.png
 
24
sum_lines.png
 
25
define_projection.png
 
26
management.png
 
27
sum_points.png
 
28
difference.png
 
29
matrix.png
 
30
sym_difference.png
 
31
dissolve.png
 
32
mean.png
 
33
to_lines.png
 
34
export_geometry.png
 
35
multi_to_single.png
 
36
union.png
 
37
export_projection.png
 
38
neighbour.png
 
39
unique.png
 
40
extract_nodes.png
 
41
random_points.png
 
42
vector_grid.png
 
43
random_selection.png
 
44
ftools_logo.png
 
45
regular_points.png
 
46
delaunay.png
 
47
layer_extent.png
 
48
)
 
49
INSTALL(FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools/icons/default)