You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kumir2/SOURCES/0001-Change-lrelease-patch....

26 lines
831 B

From 97c06e8a8c5db20558fd0c4fc977eddcb84ce911 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Fri, 29 Dec 2023 14:51:35 +0300
Subject: [PATCH] Change lrelease patch
---
cmake/kumir2/kumir2_common.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/kumir2/kumir2_common.cmake b/cmake/kumir2/kumir2_common.cmake
index 28d206b..be71046 100644
--- a/cmake/kumir2/kumir2_common.cmake
+++ b/cmake/kumir2/kumir2_common.cmake
@@ -20,7 +20,7 @@ endif(NOT DEFINED USE_QT)
if(${USE_QT} GREATER 4)
# Find Qt5
find_package(Qt5 ${MINIMUM_QT5_VERSION} COMPONENTS Core Widgets REQUIRED)
- set(QT_LRELEASE_EXECUTABLE "${_qt5Core_install_prefix}/bin/lrelease")
+ set(QT_LRELEASE_EXECUTABLE "/usr/lib64/qt5/bin/lrelease")
else()
# Find Qt4
set(QT_USE_QTMAIN 1)
--
2.43.0