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>
bb10
Peng Wenhao 2021-06-10 17:53:26 +08:00
parent 693d5b8b1a
commit 9c32e7dc60
1 changed files with 0 additions and 1 deletions

View File

@ -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()