File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ ftools_help.xml
12
12
i18n.cpp
13
13
resources.py
14
14
)
15
- INSTALL (FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/ftools )
15
+ INSTALL (FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/fTools )
16
16
17
17
SUBDIRS (tools icons)
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ gis-0.1.svg
5
5
logo.svg
6
6
menu_icons.svg
7
7
)
8
- INSTALL (FILES ${VECTOR_GRAPHICS_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/ftools /icons)
8
+ INSTALL (FILES ${VECTOR_GRAPHICS_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/fTools /icons)
9
9
10
10
SUBDIRS (default gis)
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ random_selection.png
44
44
ftools_logo.png
45
45
regular_points.png
46
46
)
47
- INSTALL (FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/ftools /icons/default)
47
+ INSTALL (FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/fTools /icons/default)
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ random_selection.png
44
44
ftools_logo.png
45
45
regular_points.png
46
46
)
47
- INSTALL (FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/ftools /icons/gis)
47
+ INSTALL (FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/fTools /icons/gis)
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ ftools_utils.py
56
56
doVectorSplit.py
57
57
frmRandPoints.ui
58
58
)
59
- INSTALL (FILES ${TOOLS_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/ftools /tools)
59
+ INSTALL (FILES ${TOOLS_FILES} DESTINATION ${QGIS_DATA_DIR} /python/plugins/fTools /tools)
You can’t perform that action at this time.
0 commit comments