summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index 37f7ef452..808fc1b39 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -335,6 +335,11 @@ add_check_for_support(webEngineError webEngineSupport
)
add_check_for_support(webEngineError webEngineSupport
MODULE QtWebEngine
+ CONDITION NOT QT_FEATURE_static
+ MESSAGE "Static build is not supported."
+)
+add_check_for_support(webEngineError webEngineSupport
+ MODULE QtWebEngine
CONDITION TARGET Nodejs::Nodejs
MESSAGE "Nodejs is required."
)