We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c39bed commit d7f9dc2Copy full SHA for d7f9dc2
1 file changed
gui/gui.pro
@@ -13,11 +13,10 @@ QT += printsupport
13
QT += help
14
15
# 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
+#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
21
22
contains(LINKCORE, [yY][eE][sS]) {
23
LIBS += -l../bin/cppcheck-core
0 commit comments