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 =
|
2017-03-02 15:55:08 +01:00
|
|
|
sourcedirs = ../src
|
|
|
|
|
imagedirs = ../images \
|
|
|
|
|
../templates/images \
|
|
|
|
|
../../src/libs/qmleditorwidgets/images \
|
|
|
|
|
../../src/libs/utils/images \
|
|
|
|
|
../../src/plugins/android/images \
|
|
|
|
|
../../src/plugins/autotest/images \
|
|
|
|
|
../../src/plugins/classview/images \
|
|
|
|
|
../../src/plugins/coreplugin/images \
|
|
|
|
|
../../src/plugins/debugger/images \
|
|
|
|
|
../../src/plugins/diffeditor/images \
|
|
|
|
|
../../src/plugins/help/images \
|
|
|
|
|
../../src/plugins/projectexplorer/images \
|
|
|
|
|
../../src/plugins/qmldesigner/components/formeditor \
|
|
|
|
|
../../src/plugins/qmldesigner/components/navigator \
|
|
|
|
|
../../src/plugins/scxmleditor/common/images \
|
|
|
|
|
../../src/plugins/texteditor/images
|
2016-05-03 13:49:23 +02:00
|
|
|
|
2017-03-02 15:55:08 +01:00
|
|
|
exampledirs = ../examples
|
2015-06-29 14:49:40 +02:00
|
|
|
examples.fileextensions += *.qml *.svg
|
2014-08-14 14:42:23 +02:00
|
|
|
|
2015-04-08 12:43:38 +02:00
|
|
|
HTML.extraimages = images/commercial.png
|
|
|
|
|
qhp.QtCreator.extraFiles = images/commercial.png
|
|
|
|
|
|
2017-03-02 15:55:08 +01:00
|
|
|
depends += qtwidgets \
|
|
|
|
|
qtcore \
|
|
|
|
|
qtqml \
|
|
|
|
|
qtquick \
|
|
|
|
|
qmake \
|
|
|
|
|
qtdesigner \
|
|
|
|
|
qtdoc \
|
|
|
|
|
qtgui \
|
|
|
|
|
qthelp \
|
|
|
|
|
qtquickcontrols \
|
|
|
|
|
qtquickcontrols2 \
|
|
|
|
|
qtquickextras \
|
|
|
|
|
qtlinguist \
|
|
|
|
|
qtscxml \
|
|
|
|
|
qtsensors \
|
|
|
|
|
qttestlib \
|
|
|
|
|
qtuitools \
|
|
|
|
|
qtxml
|
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
|
2017-03-08 16:27:22 +01:00
|
|
|
qhp.QtCreator.subprojects.manual.indexTitle = Qt Creator TOC
|
2010-12-17 20:21:27 +01:00
|
|
|
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"
|