File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- set(QT_REPO_MODULE_VERSION "6.8.0 ")
1+ set(QT_REPO_MODULE_VERSION "6.8.3 ")
Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ if(NOT PROJECT_NAME STREQUAL "QtBase" AND NOT PROJECT_NAME STREQUAL "Qt")
2222 BuildInternals
2323 Core
2424 Sql
25- )
26- qt_prepare_standalone_project()
25+ Core5Compat
26+ )
27+ # Use qtbase license files for standalone builds.
28+ set (QT_SBOM_LICENSE_DIRS "${PROJECT_SOURCE_DIR} /../../../LICENSES" )
29+ qt_build_repo_begin()
2730else ()
2831 qt_internal_upgrade_cmake_policies()
2932endif ()
@@ -76,6 +79,6 @@ if(QT_FEATURE_sql_mimer)
7679 add_subdirectory (mimer)
7780endif ()
7881
79- if (NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt" )
80- qt_print_feature_summary ()
82+ if (NOT PROJECT_NAME STREQUAL "QtBase" AND NOT PROJECT_NAME STREQUAL "Qt" )
83+ qt_build_repo_end ()
8184endif ()
You can’t perform that action at this time.
0 commit comments