mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Point DOXY_SRC_ROOT to source root
This is necessary to add samples and tests to doxygen config refs #594
This commit is contained in:
@@ -16,17 +16,17 @@ isEmpty(DOXYGEN_BIN) {
|
||||
|
||||
DOXY_INPUT = .
|
||||
win32-g++ {
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$SourceRoot\\src & \
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$SourceRoot & \
|
||||
set QDOC_PATH=$$[QT_INSTALL_DOCS] & \
|
||||
doxygen $$PWD/$$DOXYFILE
|
||||
}
|
||||
else:win32 {
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$SourceRoot\\src & \
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$SourceRoot & \
|
||||
set QDOC_PATH=$$[QT_INSTALL_DOCS] & \
|
||||
doxygen $$PWD\\$$DOXYFILE
|
||||
}
|
||||
else {
|
||||
doxy.commands = DOXY_SRC_ROOT="$$SourceRoot/src" \
|
||||
doxy.commands = DOXY_SRC_ROOT="$$SourceRoot" \
|
||||
QDOC_PATH="$$[QT_INSTALL_DOCS]" \
|
||||
doxygen $$PWD/$$DOXYFILE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user