summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2024-02-12 12:08:58 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2024-02-12 22:40:53 +0100
commitb220617e1d13f43d22670d89f21df2cb4098752c (patch)
tree5f54a7f794ca77f73d15f76c755d64a5aac31920
parent4db1bad6da55e58ffecac225d98785813cac5f30 (diff)
Remove outdated test for Windows version
It silently remained in during the auto-merge and was causing the MSVC- builds to be non-fatally skipped. Change-Id: I73c82f59efc2107ec66cad5017e14990d0a77d0d Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.cmake b/configure.cmake
index 033315d5d..0b3e3e42b 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -643,11 +643,6 @@ if(WIN32)
MESSAGE "Build requires Windows 11 SDK at least version 10.0.22621.0"
)
endif()
-add_check_for_support(
- MODULES QtWebEngine QtPdf
- CONDITION NOT MSVC OR TEST_winversion
- MESSAGE "Build requires Visual Studio 2019 or higher."
-)
#### Summary