diff options
author | Tarja Sundqvist <[email protected]> | 2024-04-15 17:16:04 +0300 |
---|---|---|
committer | Tarja Sundqvist <[email protected]> | 2024-04-15 17:16:04 +0300 |
commit | fa4781b6691eff0d9eb2e9c8e536e9c09a23f054 (patch) | |
tree | 416b3b3d0fdb89d19f951fae4b7ed779c0c32416 /configure.cmake | |
parent | 81047475209d3b78a06ec694f5d2aed9b325fe45 (diff) | |
parent | 43cd26bfcd78f0b38f286f108ad7a04374695fce (diff) |
Merge branch 'tqtc/lts-6.2.8' into 6.2.86.2.8
Change-Id: I87024a49104f1fc9b4418f7b7496a4a74de7eaa4
Diffstat (limited to 'configure.cmake')
-rw-r--r-- | configure.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake index b20ab3b65..e8f2a6a3b 100644 --- a/configure.cmake +++ b/configure.cmake @@ -246,6 +246,7 @@ qt_feature("qtwebengine-quick-build" PRIVATE qt_feature("qtpdf-build" PUBLIC LABEL "Build Qt PDF" PURPOSE "Enables building the Qt Pdf modules." + CONDITION Qt6Core_VERSION VERSION_GREATER_EQUAL "6.3.0" ) qt_feature("qtpdf-widgets-build" PRIVATE LABEL "Build QtPdfWidgets" |