mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user