From d7f9dc25cd1cf3b5470bb014f2d07f8262a76153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 20 Jul 2020 19:19:37 +0200 Subject: [PATCH] Quick fix for Travis problems. Skip building gui online-help. --- gui/gui.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gui/gui.pro b/gui/gui.pro index 6fe367f7e..3fd8663fb 100644 --- a/gui/gui.pro +++ b/gui/gui.pro @@ -13,11 +13,10 @@ QT += printsupport 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 +#onlinehelp.target = 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 +#PRE_TARGETDEPS += online-help.qhc contains(LINKCORE, [yY][eE][sS]) { LIBS += -l../bin/cppcheck-core