mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Updating CMakeLists to reflect new fTools folder name
git-svn-id: http://svn.osgeo.org/qgis/trunk@10251 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d424c1bf1c
commit
851673b5a8
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user