summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-05-06 10:45:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-05-06 11:33:33 +0000
commit99d6f17777dd2c4fa36d128ac668e662ce24a5bc (patch)
treefc2c904dcbff248601c6c47369616d34f84aaaae
parentb76c303676725a2723aace1f142003122e0c24b4 (diff)
Add the dependency on PrintSupport module to the 'linguist' feature
The Qt::PrintSupport module is the mandatory dependency for the linguist tool. Add the dependency on Qt::PrintSupport to the respective feature. Fixes: QTBUG-125066 Pick-to: 6.6 6.5 Change-Id: I9dc6f39f7c984ebe8eecafce47eb02a174467e4e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 8dba0e48a0f7d3487b318a74f80f2d8e59c320f9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--configure.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index 7d9ab8724..813789e9f 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -74,6 +74,7 @@ qt_feature("kmap2qmap" PRIVATE
qt_feature("linguist" PRIVATE
LABEL "Qt Linguist"
PURPOSE "Qt Linguist can be used by translator to translate text in Qt applications."
+ CONDITION TARGET Qt::PrintSupport
)
qt_feature("pixeltool" PRIVATE
LABEL "pixeltool"