fixed loading system locale from wrong place
This commit is contained in:
@@ -55,7 +55,7 @@ else()
|
||||
# Generate translation files for Qt 5
|
||||
# QT5_ADD_TRANSLATION()
|
||||
qt5_create_translation(QM_FILES "${TRANSLATION_SOURCES}" translations/en_US.ts translations/ru_RU.ts)
|
||||
# qt_add_translation(checks-parser TS_FILES translations/en_US.ts translations/ru_RU.ts)
|
||||
qt5_add_resources(TRANSLATIONQRC translations.qrc)
|
||||
add_executable(checks-parser
|
||||
${PROJECT_SOURCES}
|
||||
goods/goods.h goods/goods.cpp
|
||||
@@ -75,12 +75,11 @@ else()
|
||||
image_redactor/imageredactor.h image_redactor/imageredactor.cpp
|
||||
solvecaptchadialog.h solvecaptchadialog.cpp solvecaptchadialog.ui
|
||||
exceptions/ofdrequestexception.h exceptions/ofdrequestexception.cpp
|
||||
${QM_FILES}
|
||||
${TS_FILES}
|
||||
# ${QM_FILES}
|
||||
# ${TS_FILES}
|
||||
translations.qrc
|
||||
${TRANSLATIONQRC}
|
||||
)
|
||||
|
||||
|
||||
|
||||
# configure_file(translations.qrc ${CMAKE_BINARY_DIR} COPYONLY)
|
||||
# QT5_ADD_TRANSLATION(TRANSLATIONS ${CMAKE_SOURCE_DIR} translations/en_US.ts)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user