gui.pro: build help
This commit is contained in:
parent
89ba12d9b3
commit
65742b9779
|
@ -12,6 +12,13 @@ QT += widgets
|
||||||
QT += printsupport
|
QT += printsupport
|
||||||
QT += help
|
QT += help
|
||||||
|
|
||||||
|
# Build online help
|
||||||
|
onlinehelp.target = online-help.qhc
|
||||||
|
#onlinehelp.depends = $$PWD/help/online-help.qhp
|
||||||
|
onlinehelp.commands = qhelpgenerator $$PWD/help/online-help.qhp -o online-help.qch ; qhelpgenerator $$PWD/help/online-help.qhcp -o online-help.qhc
|
||||||
|
QMAKE_EXTRA_TARGETS += onlinehelp
|
||||||
|
PRE_TARGETDEPS += online-help.qhc
|
||||||
|
|
||||||
contains(LINKCORE, [yY][eE][sS]) {
|
contains(LINKCORE, [yY][eE][sS]) {
|
||||||
LIBS += -l../bin/cppcheck-core
|
LIBS += -l../bin/cppcheck-core
|
||||||
DEFINES += CPPCHECKLIB_IMPORT
|
DEFINES += CPPCHECKLIB_IMPORT
|
||||||
|
|
Loading…
Reference in New Issue