Skip to content
Snippets Groups Projects
Commit af2cde64 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: change doc configuration after moving files to subdirectories

Change-Id: I6df3222a92efed43ede601e3f2e6f71b75782d22
Reviewed-on: http://codereview.qt-project.org/5602


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarCasper van Donderen <casper.vandonderen@nokia.com>
parent 92e4bec7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment