From ed8e9f4e05eecc79f28cded9cd8a332070b67647 Mon Sep 17 00:00:00 2001 From: peri4 Date: Wed, 15 Mar 2023 14:13:55 +0300 Subject: [PATCH] add root patch --- build_files/CMakeLists.txt.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 build_files/CMakeLists.txt.patch diff --git a/build_files/CMakeLists.txt.patch b/build_files/CMakeLists.txt.patch new file mode 100644 index 0000000..7df6c8a --- /dev/null +++ b/build_files/CMakeLists.txt.patch @@ -0,0 +1,18 @@ +--- CMakeLists.txt 2022-04-13 11:22:25.245680300 +0300 ++++ CMakeLists_f.txt 2023-03-15 14:11:55.883681000 +0300 +@@ -7,6 +7,7 @@ + + include(FeatureSummary) + include(QtCreatorIDEBranding RESULT_VARIABLE IDE_BRANDING_FILE) ++project(QtCreator VERSION ${IDE_VERSION}) + include(QtCreatorTranslations) + include(QtCreatorDocumentation) + include(QtCreatorAPI) +@@ -17,7 +18,6 @@ + + mark_as_advanced(IDE_REVISION IDE_REVISION_STR IDE_REVISION_URL) + +-project(QtCreator VERSION ${IDE_VERSION}) + + # Force C++ standard, do not fall back, do not use compiler extensions + set(CMAKE_CXX_STANDARD 17)