Doc: change doc configuration after moving files to subdirectories

Change-Id: I6df3222a92efed43ede601e3f2e6f71b75782d22
Reviewed-on: http://codereview.qt-project.org/5602
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Leena Miettinen
2011-09-27 11:21:21 +02:00
parent 92e4bec731
commit af2cde64a8
2 changed files with 4 additions and 9 deletions
+2 -8
View File
@@ -2,7 +2,7 @@ project = "Qt Creator"
description = "Qt Creator Manual"
headerdirs =
sourcedirs = $SRCDIR
sourcedirs = $SRCDIR/src $SRCDIR/src
imagedirs = $SRCDIR/images $SRCDIR/templates/images
outputdir = $OUTDIR
exampledirs = $SRCDIR
@@ -13,13 +13,7 @@ include(macros.qdocconf)
include(qt-cpp-ignore.qdocconf)
include(qt-defines.qdocconf)
sources.fileextensions = "qtcreator.qdoc \
maemodev.qdoc \
symbiandev.qdoc \
addressbook-sdk.qdoc \
qtcreator-faq.qdoc \
linuxdev.qdoc \
meegodev.qdoc"
sources.fileextensions = "*.qdoc"
qhp.projects = QtCreator
qhp.QtCreator.file = qtcreator.qhp
+2 -1
View File
@@ -22,7 +22,8 @@ defineReplace(qdoc) {
QHP_FILE = $$OUT_PWD/doc/html/qtcreator.qhp
QCH_FILE = $$IDE_DOC_PATH/qtcreator.qch
HELP_DEP_FILES = $$PWD/qtcreator.qdoc \
HELP_DEP_FILES = $$PWD/src/qtcreator.qdoc \
$$PWD/src \
$$PWD/addressbook-sdk.qdoc \
$$PWD/config/compat.qdocconf \
$$PWD/config/macros.qdocconf \