Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
- Loading branch information
Showing
21 changed files
with
970 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,5 @@ | ||
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource | ||
# file or the ui change | ||
SET(ICON_FILES | ||
analysis.png | ||
geometry.png | ||
sampling.png | ||
basic_statistics.png | ||
geoprocessing.png | ||
select_location.png | ||
buffer.png | ||
help.png | ||
simplify.png | ||
centroids.png | ||
intersections.png | ||
single_to_multi.png | ||
check_geometry.png | ||
intersect.png | ||
split_layer.png | ||
clip.png | ||
join_attributes.png | ||
sub_selection.png | ||
convex_hull.png | ||
join_location.png | ||
sum_lines.png | ||
define_projection.png | ||
management.png | ||
sum_points.png | ||
difference.png | ||
matrix.png | ||
sym_difference.png | ||
dissolve.png | ||
mean.png | ||
to_lines.png | ||
export_geometry.png | ||
multi_to_single.png | ||
union.png | ||
export_projection.png | ||
neighbour.png | ||
unique.png | ||
extract_nodes.png | ||
random_points.png | ||
vector_grid.png | ||
random_selection.png | ||
ftools_logo.png | ||
regular_points.png | ||
delaunay.png | ||
layer_extent.png | ||
merge_shapes.png | ||
) | ||
FILE(GLOB ICON_FILES *.png) | ||
|
||
PLUGIN_INSTALL(fTools icons/default ${ICON_FILES}) |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN
+735 Bytes
python/plugins/fTools/icons/gis/eliminate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.