summaryrefslogtreecommitdiffstats
path: root/src/linguist
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-02-21 13:42:31 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-03-18 09:21:38 +0100
commit50ef2ac2f135fda07570aba4f40796df801935bf (patch)
tree79455e1044a807f031e97c5486e6e2d04f39a26e /src/linguist
parentb98a44004d3d531207f5941a96f4af1c18eb42d6 (diff)
Add configure features for remaining qttools
I only need qdoc from qttools, but building the other tools takes up quite a bit of time. qdoc already has a configure feature, so account for the rest of them. Change-Id: I0fc60393a1841229025c42b83d06f01668eb2680 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/linguist')
-rw-r--r--src/linguist/linguist.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/linguist/linguist.pro b/src/linguist/linguist.pro
index face6545f..7638c7710 100644
--- a/src/linguist/linguist.pro
+++ b/src/linguist/linguist.pro
@@ -1,3 +1,7 @@
+include($$OUT_PWD/../../qttools-config.pri)
+QT_FOR_CONFIG += tools-private
+requires(qtConfig(linguist))
+
TEMPLATE = subdirs
SUBDIRS = \
lconvert \