Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating CMakeLists to reflect new fTools folder name
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10251 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Mar 1, 2009
1 parent 2066389 commit c040339
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/plugins/fTools/CMakeLists.txt
Expand Up @@ -12,6 +12,6 @@ ftools_help.xml
i18n.cpp
resources.py
)
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools)
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools)

SUBDIRS(tools icons)
2 changes: 1 addition & 1 deletion python/plugins/fTools/icons/CMakeLists.txt
Expand Up @@ -5,6 +5,6 @@ gis-0.1.svg
logo.svg
menu_icons.svg
)
INSTALL(FILES ${VECTOR_GRAPHICS_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools/icons)
INSTALL(FILES ${VECTOR_GRAPHICS_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools/icons)

SUBDIRS(default gis)
2 changes: 1 addition & 1 deletion python/plugins/fTools/icons/default/CMakeLists.txt
Expand Up @@ -44,4 +44,4 @@ random_selection.png
ftools_logo.png
regular_points.png
)
INSTALL(FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools/icons/default)
INSTALL(FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools/icons/default)
2 changes: 1 addition & 1 deletion python/plugins/fTools/icons/gis/CMakeLists.txt
Expand Up @@ -44,4 +44,4 @@ random_selection.png
ftools_logo.png
regular_points.png
)
INSTALL(FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools/icons/gis)
INSTALL(FILES ${ICON_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools/icons/gis)
2 changes: 1 addition & 1 deletion python/plugins/fTools/tools/CMakeLists.txt
Expand Up @@ -56,4 +56,4 @@ ftools_utils.py
doVectorSplit.py
frmRandPoints.ui
)
INSTALL(FILES ${TOOLS_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools/tools)
INSTALL(FILES ${TOOLS_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools/tools)

0 comments on commit c040339

Please sign in to comment.