diff options
| author | Andre Heinecke <[email protected]> | 2016-04-11 16:10:54 +0000 |
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2016-04-11 16:10:54 +0000 |
| commit | a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc (patch) | |
| tree | f4b45db655220133092211ebd465ed221b9b5f4e /lang/qt/Makefile.am | |
| parent | Qt: Fix unit test by adding initial.test dep (diff) | |
| download | gpgme-a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc.tar.gz gpgme-a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc.zip | |
Qt: Add doc generation with doxygen
* configure.ac: Look for doxygen if qt is built.
Configure new files.
* lang/qt/doc/Doxyfile.in: New.
* lang/qt/doc/Makefile.am: New.
* lang/qt/README: Update.
--
Currently this is a standard doxyfile template without much
customization.
Diffstat (limited to 'lang/qt/Makefile.am')
| -rw-r--r-- | lang/qt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/Makefile.am b/lang/qt/Makefile.am index 48f568ad..39eb55ee 100644 --- a/lang/qt/Makefile.am +++ b/lang/qt/Makefile.am @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA -SUBDIRS = src tests +SUBDIRS = src tests doc EXTRA_DIST = README |
