Remove unneeded CMake variable assignments
Remove assignments to the transitionary variables QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS and QT_USE_FIXED_QT_ADD_RESOURCE_BASE. Both are not needed anymore. Task-number: QTBUG-94444 Change-Id: I9236056e5e2a4386242a8437580255d0713fd1bf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
1bae74dfa0
commit
d65c5e8f79
|
@ -10,14 +10,6 @@ project(QtDeclarative # special case
|
|||
LANGUAGES CXX C
|
||||
)
|
||||
|
||||
# special case begin
|
||||
# Make sure we only use latest private CMake API, aka no compatibility wrappers.
|
||||
set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE)
|
||||
|
||||
# Make sure we use the fixed BASE argument of qt_add_resource.
|
||||
set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
|
||||
# special case end
|
||||
|
||||
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case
|
||||
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Network Widgets OpenGL OpenGLWidgets Sql Concurrent Test)
|
||||
|
||||
|
|
Loading…
Reference in New Issue