Skip to content

Commit d7f9dc2

Browse files
committed
Quick fix for Travis problems. Skip building gui online-help.
1 parent 1c39bed commit d7f9dc2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

gui/gui.pro

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ QT += printsupport
1313
QT += help
1414

1515
# Build online help
16-
onlinehelp.target = online-help.qhc
17-
#onlinehelp.depends = $$PWD/help/online-help.qhp
18-
onlinehelp.commands = qhelpgenerator $$PWD/help/online-help.qhp -o online-help.qch ; qhelpgenerator $$PWD/help/online-help.qhcp -o online-help.qhc
19-
QMAKE_EXTRA_TARGETS += onlinehelp
20-
PRE_TARGETDEPS += online-help.qhc
16+
#onlinehelp.target = online-help.qhc
17+
#onlinehelp.commands = qhelpgenerator $$PWD/help/online-help.qhp -o online-help.qch ; qhelpgenerator $$PWD/help/online-help.qhcp -o online-help.qhc
18+
#QMAKE_EXTRA_TARGETS += onlinehelp
19+
#PRE_TARGETDEPS += online-help.qhc
2120

2221
contains(LINKCORE, [yY][eE][sS]) {
2322
LIBS += -l../bin/cppcheck-core

0 commit comments

Comments
 (0)