forked from qt-creator/qt-creator
Adapt to new config file location.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user