From d02bf24bcfe24a0e3f2ad6817085127076a27aad Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 7 Jan 2015 09:13:18 +0100 Subject: make documentation generation work in out-of-source builds --- doc/doc.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/doc.pro') diff --git a/doc/doc.pro b/doc/doc.pro index 8c7f8851..418be155 100644 --- a/doc/doc.pro +++ b/doc/doc.pro @@ -16,7 +16,7 @@ windows { } # Build rules -docs.commands = $${DOXYFILTER} -g && $${DOXYFILTER} +docs.commands = $${DOXYFILTER} -g $${PWD} && $${DOXYFILTER} docs.depends = $${TARGET} QMAKE_CLEAN += Doxyfile doxygen_sqlite3.db -- cgit v1.2.3