2012-05-31 13:28:14 +02:00
|
|
|
project = "QtCreator"
|
2010-12-17 20:21:27 +01:00
|
|
|
description = "Qt Creator Manual"
|
2015-02-18 10:20:03 +01:00
|
|
|
url = http://doc.qt.io/qtcreator
|
2010-12-17 20:21:27 +01:00
|
|
|
|
2013-06-24 13:48:15 +02:00
|
|
|
headerdirs =
|
2011-11-08 17:15:07 +01:00
|
|
|
sourcedirs = $SRCDIR/src
|
2010-12-17 20:21:27 +01:00
|
|
|
imagedirs = $SRCDIR/images $SRCDIR/templates/images
|
|
|
|
|
outputdir = $OUTDIR
|
2014-08-14 14:42:23 +02:00
|
|
|
exampledirs = $SRCDIR/examples
|
|
|
|
|
|
2014-05-22 12:11:37 +02:00
|
|
|
indexes += $QDOC_INDEX_DIR/qtwidgets/qtwidgets.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtcore/qtcore.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtqml/qtqml.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtquick/qtquick.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qmake/qmake.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtdesigner/qtdesigner.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtdoc/qtdoc.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtgui/qtgui.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qthelp/qthelp.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtquickcontrols/qtquickcontrols.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtquicklayouts/qtquicklayouts.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtlinguist/qtlinguist.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtscript/qtscript.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtsensors/qtsensors.index \
|
2015-04-08 10:03:43 +02:00
|
|
|
$QDOC_INDEX_DIR/qttestlib/qttestlib.index \
|
2014-05-22 12:11:37 +02:00
|
|
|
$QDOC_INDEX_DIR/qtuitools/qtuitools.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtwebkit/qtwebkit.index \
|
|
|
|
|
$QDOC_INDEX_DIR/qtxml/qtxml.index
|
2010-12-17 20:21:27 +01:00
|
|
|
|
|
|
|
|
include(macros.qdocconf)
|
|
|
|
|
include(qt-cpp-ignore.qdocconf)
|
|
|
|
|
include(qt-defines.qdocconf)
|
|
|
|
|
|
2011-09-27 11:21:21 +02:00
|
|
|
sources.fileextensions = "*.qdoc"
|
2010-12-17 20:21:27 +01:00
|
|
|
|
|
|
|
|
qhp.projects = QtCreator
|
|
|
|
|
qhp.QtCreator.file = qtcreator.qhp
|
2013-01-29 15:29:55 +01:00
|
|
|
qhp.QtCreator.namespace = org.qt-project.qtcreator.$QTC_VERSION_TAG
|
2010-12-17 20:21:27 +01:00
|
|
|
qhp.QtCreator.virtualFolder = doc
|
2011-06-22 17:24:57 +02:00
|
|
|
qhp.QtCreator.indexTitle = Qt Creator Manual $QTC_VERSION
|
2011-03-07 20:38:17 +01:00
|
|
|
qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
|
|
|
|
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
|
|
|
|
|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
|
2010-12-17 20:21:27 +01:00
|
|
|
qhp.QtCreator.indexRoot =
|
|
|
|
|
|
|
|
|
|
qhp.QtCreator.subprojects = manual
|
|
|
|
|
qhp.QtCreator.subprojects.manual.title = Qt Creator Manual
|
|
|
|
|
qhp.QtCreator.subprojects.manual.indexTitle = Qt Creator Manual
|
|
|
|
|
qhp.QtCreator.subprojects.manual.type = manual
|
|
|
|
|
|
|
|
|
|
# Doxygen compatibility commands
|
|
|
|
|
|
|
|
|
|
macro.see = "\\sa"
|
|
|
|
|
macro.function = "\\fn"
|
2013-06-19 12:20:43 +02:00
|
|
|
|
|
|
|
|
navigation.landingpage = "Qt Creator Manual"
|
|
|
|
|
buildversion = "Qt Creator Manual $QTC_VERSION"
|