Files
pilotclient/docs/doxygen.pro
2013-05-17 01:38:44 +01:00

21 lines
449 B
INI

TEMPLATE = lib
CONFIG += staticlib
CONFIG -= qt
DOXYFILE = Doxyfile.qmake
DOXY_INPUT = .
win32:!win32-g++ {
doxy.commands = set DOXY_SRC_ROOT=$$PWD\\..\\src & \
doxygen $$PWD\\$$DOXYFILE
}
else {
doxy.commands = DOXY_SRC_ROOT="$$PWD/../src" \
doxygen $$PWD/$$DOXYFILE
}
doxy.CONFIG = no_link target_predeps
doxy.depends = $$PWD/$$DOXYFILE
doxy.input = DOXY_INPUT
doxy.name = DOXY
doxy.output = html/index.html
QMAKE_EXTRA_COMPILERS += doxy