From a1e95f36ce1895cd9894f6d3ca76640c42c2f9fc Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Mon, 11 Apr 2016 18:10:54 +0200 Subject: 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. --- lang/qt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/qt/Makefile.am') 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 -- cgit v1.2.3