summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-07-10 11:42:29 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-07-10 11:59:42 +0200
commit8a453fdab2fd4ab592c565072f538931d1ea131b (patch)
tree04c884dfc6d3a8543db407230a8af71c7442fa77 /doc
parent255cc2c1a353e843aa95ee5a00e6136b949e76b0 (diff)
Doc: remove obsolete doc build variables
The HELP_DEP_FILES variable is not used by QDoc for Qt 5. Also changed the app name to IFW. It seems only to be used for the help file. Change-Id: Ib8e1ceeacf55c2aa5f71b67446de0ceb8586a2f6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.pri15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index 428b5a535..933ef2842 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -24,23 +24,10 @@ HELPGENERATOR = $$HELPGENERATOR -platform minimal
QHP_FILE = $$OUT_PWD/doc/html/ifw.qhp
QCH_FILE = $$OUT_PWD/doc/ifw.qch
-HELP_DEP_FILES = $$PWD/installerfw.qdoc \
- $$PWD/installerfw-getting-started.qdoc \
- $$PWD/installerfw-overview.qdoc \
- $$PWD/installerfw-reference.qdoc \
- $$PWD/installerfw-using.qdoc \
- $$PWD/noninteractive.qdoc \
- $$PWD/operations.qdoc \
- $$PWD/scripting.qdoc \
- $$PWD/tutorial.qdoc \
- $$PWD/installerfw.qdocconf
-
html_docs.commands = $$QDOC $$PWD/installerfw.qdocconf
-html_docs.depends += $$HELP_DEP_FILES
html_docs.files = $$QHP_FILE
html_docs_online.commands = $$QDOC $$PWD/installerfw.qdocconf
-html_docs_online.depends += $$HELP_DEP_FILES
html_docs_online.files = $$QHP_FILE
qch_docs.commands = $$HELPGENERATOR -o $$QCH_FILE $$QHP_FILE
@@ -57,7 +44,7 @@ docs_online.depends = html_docs_online
QMAKE_EXTRA_TARGETS += html_docs_online docs_online
macx {
- DOC_DIR = "$${OUT_PWD}/bin/Simulator.app/Contents/Resources/doc"
+ DOC_DIR = "$${OUT_PWD}/bin/Ifw.app/Contents/Resources/doc"
cp_docs.commands = mkdir -p \"$${DOC_DIR}\" ; $${QMAKE_COPY} \"$${QCH_FILE}\" \"$${DOC_DIR}\"
cp_docs.depends += qch_docs
docs.depends = cp_docs