diff options
author | Simon Hausmann <simon.hausmann@qt.io> | 2018-12-10 14:06:21 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2018-12-12 09:50:12 +0000 |
commit | e181ec2c20ede6b878187f3123d190e8b952deb1 (patch) | |
tree | 387823ff25aed7a7b4bf1012be1d5a23a22b95ce /configure.json | |
parent | dbe2b941313b8dcd24d3ceec3860ae9ff0da58a1 (diff) | |
download | qttools-e181ec2c20ede6b878187f3123d190e8b952deb1.tar.gz |
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 'configure.json')
-rw-r--r-- | configure.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json new file mode 100644 index 000000000..cd111df83 --- /dev/null +++ b/configure.json @@ -0,0 +1,5 @@ +{ + "subconfigs": [ + "src/qdoc" + ] +} |