mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
win32:!win32-g++ changed to win32 only, otherwise not working when set to MinGW on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user