From 0aa36661440005d7c4618164e5d51d19dac529ca Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 11 Jun 2021 14:45:12 +0200 Subject: 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: If287b713e7393f4b82de0a511a0c818510845e8b Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index aac132d27..9f6a92f09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,12 +13,6 @@ project(QtTools # special case # special case begin set(QT_REPO_NOT_WARNINGS_CLEAN TRUE) -# 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) - # add platform specific compontents set(optional_components "") if(WIN32) -- cgit v1.2.1