diff --git a/docs/doxygen.pro b/docs/doxygen.pro index fa5902498..72faf8553 100644 --- a/docs/doxygen.pro +++ b/docs/doxygen.pro @@ -5,7 +5,7 @@ CONFIG -= qt DOXYFILE = Doxyfile.qmake DOXY_INPUT = . -win32:!win32-g++ { +win32: { doxy.commands = set DOXY_SRC_ROOT=$$PWD\\..\\src & \ doxygen $$PWD\\$$DOXYFILE } @@ -18,4 +18,4 @@ doxy.depends = $$PWD/$$DOXYFILE doxy.input = DOXY_INPUT doxy.name = DOXY doxy.output = html/index.html -QMAKE_EXTRA_COMPILERS += doxy \ No newline at end of file +QMAKE_EXTRA_COMPILERS += doxy