diff options
author | Andre Heinecke <[email protected]> | 2016-05-19 09:14:24 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-05-19 09:16:15 +0000 |
commit | 2f748b5a2d162be4f23b18782219771ead54cb51 (patch) | |
tree | 9ff5f13e9b1d649c0e31a14e96ac910f7c6a80b6 /lang/qt/doc | |
parent | python: Add more tests. (diff) | |
download | gpgme-2f748b5a2d162be4f23b18782219771ead54cb51.tar.gz gpgme-2f748b5a2d162be4f23b18782219771ead54cb51.zip |
Qt: Check for graphviz and set HAVE_DOT correctly
* configure.ac: Check for graphviz and define HAVE_DOT.
* lang/qt/doc/Doxyfile.in (HAVE_DOT): Use variable.
Diffstat (limited to 'lang/qt/doc')
-rw-r--r-- | lang/qt/doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in index ef0a5c09..5d94f901 100644 --- a/lang/qt/doc/Doxyfile.in +++ b/lang/qt/doc/Doxyfile.in @@ -2087,7 +2087,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: YES. -HAVE_DOT = YES +HAVE_DOT = @HAVE_DOT@ # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of |