mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #482 Project files changed to use new qmake feature files and build directory structure.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
load(common_pre)
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
CONFIG -= qt
|
||||
@@ -6,15 +8,15 @@ DOXYFILE = Doxyfile.qmake
|
||||
|
||||
DOXY_INPUT = .
|
||||
win32-g++ {
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$PWD\\..\\src & \
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$SourceRoot\\src & \
|
||||
doxygen $$PWD/$$DOXYFILE
|
||||
}
|
||||
else:win32 {
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$PWD\\..\\src & \
|
||||
doxy.commands = set DOXY_SRC_ROOT=$$SourceRoot\\src & \
|
||||
doxygen $$PWD\\$$DOXYFILE
|
||||
}
|
||||
else {
|
||||
doxy.commands = DOXY_SRC_ROOT="$$PWD/../src" \
|
||||
doxy.commands = DOXY_SRC_ROOT="$$SourceRoot/src" \
|
||||
doxygen $$PWD/$$DOXYFILE
|
||||
}
|
||||
doxy.CONFIG = no_link target_predeps
|
||||
@@ -24,3 +26,5 @@ doxy.name = DOXY
|
||||
doxy.output = html/index.html
|
||||
QMAKE_EXTRA_COMPILERS += doxy
|
||||
OTHER_FILES += Doxyfile.qmake
|
||||
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user