summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index c5e561b12..57d6c805c 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -497,6 +497,13 @@ add_check_for_support(
MESSAGE "node.js version 12 or later is required."
)
add_check_for_support(
+ MODULES QtWebEngine
+ CONDITION NOT (Nodejs_ARCH STREQUAL ia32) AND
+ NOT (Nodejs_ARCH STREQUAL x86) AND
+ NOT (Nodejs_ARCH STREQUAL arm)
+ MESSAGE "32bit version of Nodejs is not supported."
+)
+add_check_for_support(
MODULES QtWebEngine QtPdf
CONDITION Python3_EXECUTABLE
MESSAGE "Python version 3.6 or later is required."