Adapt translations to upstream changes

release-v0.4.0.1
TheCharlatan 6 years ago committed by wowario
parent 7280d63a48
commit 1fe0fbdf64
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -434,17 +434,17 @@ add_definition_if_function_found(strptime HAVE_STRPTIME)
add_definitions(-DAUTO_INITIALIZE_EASYLOGGINGPP) add_definitions(-DAUTO_INITIALIZE_EASYLOGGINGPP)
# Generate header for embedded translations # Generate header for embedded translations
add_subdirectory(translations) #add_subdirectory(translations)
#======= #=======
## Generate header for embedded translations, use target toolchain if depends, otherwise use the # Generate header for embedded translations, use target toolchain if depends, otherwise use the
## lrelease and lupdate binaries from the host # lrelease and lupdate binaries from the host
#include(ExternalProject) include(ExternalProject)
#ExternalProject_Add(generate_translations_header ExternalProject_Add(generate_translations_header
# SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/translations" SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/translations"
# BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/translations" BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/translations"
# STAMP_DIR ${LRELEASE_PATH} STAMP_DIR ${LRELEASE_PATH}
# CMAKE_ARGS -DLRELEASE_PATH=${LRELEASE_PATH} CMAKE_ARGS -DLRELEASE_PATH=${LRELEASE_PATH}
# INSTALL_COMMAND cmake -E echo "") INSTALL_COMMAND cmake -E echo "")
#>>>>>>> b1f43170... Add lrelease to the depends #>>>>>>> b1f43170... Add lrelease to the depends
include_directories("${CMAKE_CURRENT_BINARY_DIR}/translations") include_directories("${CMAKE_CURRENT_BINARY_DIR}/translations")
add_subdirectory(external) add_subdirectory(external)

Loading…
Cancel
Save