diff options
author | con <[email protected]> | 2011-04-11 16:48:36 +0200 |
---|---|---|
committer | con <[email protected]> | 2011-04-26 09:18:46 +0200 |
commit | 28c92cf044335330c4ddb23bc30376a269677dd0 (patch) | |
tree | 85127de9da05c67dcde7d4090e17b030665fee55 | |
parent | e523e4ed701664f37b4eca10da181be747576328 (diff) |
Adapt to new config file location.
-rw-r--r-- | doc/pluginhowto/pluginhowto.pro | 4 | ||||
-rw-r--r-- | doc/pluginhowto/qtcreator-pluginhowto.qdocconf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/pluginhowto/pluginhowto.pro b/doc/pluginhowto/pluginhowto.pro index 2c01defaff5..465295e9281 100644 --- a/doc/pluginhowto/pluginhowto.pro +++ b/doc/pluginhowto/pluginhowto.pro @@ -52,8 +52,8 @@ HELP_DEP_FILES = $$PWD/adv-find-filter.qdoc \ $$PWD/qtcreator-compile.qdoc \ $$PWD/qtcreator-pluginhowto.qdoc \ $$PWD/vcs.qdoc \ - $$PWD/../qt-defines.qdocconf \ - $$PWD/../qt-html-templates.qdocconf \ + $$PWD/../config/qt-defines.qdocconf \ + $$PWD/../config/qt-html-templates.qdocconf \ $$PWD/qtcreator-pluginhowto.qdocconf docs.name = CREATE API DOC diff --git a/doc/pluginhowto/qtcreator-pluginhowto.qdocconf b/doc/pluginhowto/qtcreator-pluginhowto.qdocconf index 623f2e08257..08f945b8f31 100644 --- a/doc/pluginhowto/qtcreator-pluginhowto.qdocconf +++ b/doc/pluginhowto/qtcreator-pluginhowto.qdocconf @@ -1,5 +1,5 @@ # Run qdoc from the directory that contains this file. -include(../qt-html-templates.qdocconf) +include(../config/qt-html-templates.qdocconf) project = Qt Creator Plugin HOWTO description = Qt Creator Plugin HOWTO Documentation @@ -11,7 +11,7 @@ outputdir = $OUTDIR exampledirs = $SRCDIR indexes = ../qt.index -include(../qt-defines.qdocconf) +include(../config/qt-defines.qdocconf) sources.fileextensions = *.qdoc |