From c8825bfe14657e74718f6ad2e9efd174a1346efe Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Tue, 4 Nov 2025 21:19:31 +0100 Subject: [PATCH] Disable translations because it throws errors when compiling in Release mode. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78a18a9..a6d92e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,8 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) # ${CMAKE_CURRENT_SOURCE_DIR}/android) # For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -qt_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES}) +# qt_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES}) + else() if(ANDROID) add_library(${TARGET_APP} SHARED