From 9c32e7dc6073869013f1d354957412cee0c03786 Mon Sep 17 00:00:00 2001 From: Peng Wenhao Date: Thu, 10 Jun 2021 17:53:26 +0800 Subject: [PATCH] remove cmake compatibility functions for old API QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS has been removed Change-Id: Ic77cdae4e5151e3b0fe05cc6dd5b43bffc24768c Reviewed-by: Alexandru Croitor --- tests/auto/cmake/test_static_resources/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/cmake/test_static_resources/CMakeLists.txt b/tests/auto/cmake/test_static_resources/CMakeLists.txt index 06c7195625..840a49e614 100644 --- a/tests/auto/cmake/test_static_resources/CMakeLists.txt +++ b/tests/auto/cmake/test_static_resources/CMakeLists.txt @@ -10,7 +10,6 @@ project(TestStaticResources ) find_package(Qt6 COMPONENTS Core BuildInternals Test CONFIG REQUIRED) -set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE) qt_build_repo_begin()