Skip to content

Commit c040339

Browse files
author
cfarmer
committed
Updating CMakeLists to reflect new fTools folder name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10251 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2066389 commit c040339

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

python/plugins/fTools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ftools_help.xml
1212
i18n.cpp
1313
resources.py
1414
)
15-
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools)
15+
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools)
1616

1717
SUBDIRS(tools icons)

python/plugins/fTools/icons/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gis-0.1.svg
55
logo.svg
66
menu_icons.svg
77
)
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)
99

1010
SUBDIRS(default gis)

python/plugins/fTools/icons/default/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ random_selection.png
4444
ftools_logo.png
4545
regular_points.png
4646
)
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)

python/plugins/fTools/icons/gis/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ random_selection.png
4444
ftools_logo.png
4545
regular_points.png
4646
)
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)

python/plugins/fTools/tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ ftools_utils.py
5656
doVectorSplit.py
5757
frmRandPoints.ui
5858
)
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)

0 commit comments

Comments
 (0)