summaryrefslogtreecommitdiffstats
path: root/qttools.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-12-10 14:06:21 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-12-12 09:50:12 +0000
commite181ec2c20ede6b878187f3123d190e8b952deb1 (patch)
tree387823ff25aed7a7b4bf1012be1d5a23a22b95ce /qttools.pro
parentdbe2b941313b8dcd24d3ceec3860ae9ff0da58a1 (diff)
Port qdoc's libclang detection to the configure system
This is just an initial rough port with a custom config detection. More things can be refined in the future, for example turning libclang into a library to be used with QMAKE_USE. Fixes: QTBUG-72259 Change-Id: Iaf3c42f76b79bdfd07476173c2fd0f4060c11fea Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'qttools.pro')
-rw-r--r--qttools.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/qttools.pro b/qttools.pro
index b87dcea59..58c33f27c 100644
--- a/qttools.pro
+++ b/qttools.pro
@@ -1,2 +1 @@
-load(qt_find_clang)
load(qt_parts)