summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
diff options
context:
space:
mode:
authorPeng Wenhao <pengwenhao@uniontech.com>2021-06-10 17:53:26 +0800
committerPeng Wenhao <pengwenhao@uniontech.com>2021-06-11 01:05:28 +0800
commit9c32e7dc6073869013f1d354957412cee0c03786 (patch)
tree80fbe908c9fff512fa81d126e6fbf8fffc9e0e78 /tests/auto/cmake
parent693d5b8b1af6c89bfc230cab90f86265c47a754c (diff)
remove cmake compatibility functions for old API
QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS has been removed Change-Id: Ic77cdae4e5151e3b0fe05cc6dd5b43bffc24768c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/cmake')
-rw-r--r--tests/auto/cmake/test_static_resources/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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()