Quick fix for Travis problems. Skip building gui online-help.

This commit is contained in:
Daniel Marjamäki 2020-07-20 19:19:37 +02:00
parent 1c39bed5b0
commit d7f9dc25cd
1 changed files with 4 additions and 5 deletions

View File

@ -13,11 +13,10 @@ QT += printsupport
QT += help QT += help
# Build online help # Build online help
onlinehelp.target = online-help.qhc #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
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
QMAKE_EXTRA_TARGETS += onlinehelp #PRE_TARGETDEPS += online-help.qhc
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