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)