win32:!win32-g++ changed to win32 only, otherwise not working when set to MinGW on Windows

This commit is contained in:
Klaus Basan
2014-01-26 00:44:26 +01:00
parent 1c0b714a18
commit 740424ed09

View File

@@ -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
QMAKE_EXTRA_COMPILERS += doxy