summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-03-09 20:43:13 +0100
committerMichal Klocek <michal.klocek@qt.io>2022-04-04 18:29:49 +0100
commit620bfd1b3a484e397743bdf6cf711e3fc9e2d7c3 (patch)
tree409a8913f4489a80ab9638ef1422ece16a94ce75
parenta5ecc6826225e1dde4dcd39b265c2de85372d4a6 (diff)
Minor. Do not allow static builds
Proper support for static builds is added in 6.3 and requires qtbase changes. Change-Id: I3a0b4bf118317d11ed0b7d76f6125e9d444c0de9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index 12832c1c2..1c9f97a0f 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -424,7 +424,7 @@ if(LINUX AND CMAKE_CROSSCOMPILING)
)
endif()
add_check_for_support(
- MODULES QtWebEngine
+ MODULES QtWebEngine QtPdf
CONDITION NOT QT_FEATURE_static
MESSAGE "Static build is not supported."
)