Skip to content
Snippets Groups Projects
Commit 054d1bd6 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: add qt translation files and qt.conf to MacOS bundle

parent fa59e59e
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,13 @@ install(DIRECTORY $ENV{GDAL_DATA} ...@@ -10,5 +10,13 @@ install(DIRECTORY $ENV{GDAL_DATA}
DESTINATION share DESTINATION share
COMPONENT Resources) COMPONENT Resources)
install(FILES ${QT_TRANSLATIONS_FILES}
DESTINATION share/qt4/translations
COMPONENT Resources)
install(FILES qt.conf
DESTINATION bin
COMPONENT Resources)
install(SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/BundleFixing.cmake install(SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/BundleFixing.cmake
COMPONENT Runtime) COMPONENT Runtime)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment