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 DOXYFILE = Doxyfile.qmake
DOXY_INPUT = . DOXY_INPUT = .
win32:!win32-g++ { win32: {
doxy.commands = set DOXY_SRC_ROOT=$$PWD\\..\\src & \ doxy.commands = set DOXY_SRC_ROOT=$$PWD\\..\\src & \
doxygen $$PWD\\$$DOXYFILE doxygen $$PWD\\$$DOXYFILE
} }