From 6d82d0c53272ec51465fec3dee71db02cf147a94 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 18 May 2021 12:39:16 +0200 Subject: Remove CMake compatibility functions for old API All repositories define QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS by now, and we can remove QtCompatibilityHelpers.cmake altogether. Change-Id: I4d8104246e96a4514d5651c104607d651d208d95 Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- tests/auto/cmake/mockplugins/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/auto/cmake/mockplugins/CMakeLists.txt b/tests/auto/cmake/mockplugins/CMakeLists.txt index c536cc3f09..5b72184b0f 100644 --- a/tests/auto/cmake/mockplugins/CMakeLists.txt +++ b/tests/auto/cmake/mockplugins/CMakeLists.txt @@ -10,9 +10,6 @@ project(QtMockPlugins LANGUAGES CXX C ) -# Make sure we only use latest private CMake API, aka no compatibility wrappers. -set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE) - find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Widgets Xml) -- cgit v1.2.3