mirror of
https://github.com/qgis/QGIS.git
synced 2025-05-09 00:03:46 -04:00
- rename helpConsole to console_help - add key event (del) to prevent removing of the prompt when selected
8 lines
337 B
CMake
8 lines
337 B
CMake
FILE(GLOB HTML_FILES *.htm)
|
|
FILE(GLOB I18N_FILES i18n/*.properties)
|
|
FILE(GLOB JS_FILES js/*.js)
|
|
|
|
INSTALL(FILES ${HTML_FILES} DESTINATION ${QGIS_DATA_DIR}/python/console_help)
|
|
INSTALL(FILES ${I18N_FILES} DESTINATION ${QGIS_DATA_DIR}/python/console_help/i18n)
|
|
INSTALL(FILES ${JS_FILES} DESTINATION ${QGIS_DATA_DIR}/python/console_help/js)
|