2012-10-15 17:47:45 +00:00
|
|
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
2014-09-01 08:41:45 +00:00
|
|
|
include($QT_INSTALL_DOCS/global/externalsites.qdocconf)
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
project = QtDoc
|
|
|
|
description = Qt Reference Documentation
|
|
|
|
version = $QT_VERSION
|
|
|
|
|
|
|
|
depends += \
|
|
|
|
activeqt \
|
2016-01-14 11:43:14 +00:00
|
|
|
qdoc \
|
2013-09-11 13:45:58 +00:00
|
|
|
qmake \
|
2013-10-15 13:43:50 +00:00
|
|
|
qtandroidextras \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtassistant \
|
|
|
|
qtbluetooth \
|
|
|
|
qtconcurrent \
|
|
|
|
qtcore \
|
|
|
|
qtdbus \
|
|
|
|
qtdesigner \
|
2014-03-28 15:19:41 +00:00
|
|
|
qtenginio \
|
2014-04-15 12:01:27 +00:00
|
|
|
qtenginiooverview \
|
|
|
|
qtenginioqml \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtgraphicaleffects \
|
|
|
|
qthelp \
|
|
|
|
qtimageformats \
|
|
|
|
qtgui \
|
|
|
|
qtlinguist \
|
2015-02-18 10:50:15 +00:00
|
|
|
qtlocation \
|
2013-10-15 13:43:50 +00:00
|
|
|
qtmacextras \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtmultimedia \
|
|
|
|
qtnetwork \
|
|
|
|
qtnfc \
|
|
|
|
qtopengl \
|
2014-08-21 10:04:09 +00:00
|
|
|
qtplatformheaders \
|
2013-09-16 12:26:33 +00:00
|
|
|
qtpositioning \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtprintsupport \
|
|
|
|
qtqml \
|
|
|
|
qtquick \
|
|
|
|
qtquickcontrols \
|
|
|
|
qtquickdialogs \
|
2015-05-13 10:00:29 +00:00
|
|
|
qtquickextras \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtquicklayouts \
|
|
|
|
qtscript \
|
|
|
|
qtscripttools \
|
2016-02-25 13:25:26 +00:00
|
|
|
qtscxml \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtsensors \
|
2015-07-09 08:49:22 +00:00
|
|
|
qtserialbus \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtserialport \
|
|
|
|
qtsql \
|
|
|
|
qtsvg \
|
|
|
|
qttestlib \
|
2014-03-27 14:58:20 +00:00
|
|
|
qttools \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtuitools \
|
2014-08-17 15:53:17 +00:00
|
|
|
qtwebchannel \
|
2014-09-14 03:50:21 +00:00
|
|
|
qtwebengine \
|
2014-10-06 10:05:08 +00:00
|
|
|
qtwebenginewidgets \
|
2015-07-29 09:37:35 +00:00
|
|
|
qtwebenginecore \
|
2014-03-08 20:42:19 +00:00
|
|
|
qtwebsockets \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtwidgets \
|
2013-09-11 12:56:45 +00:00
|
|
|
qtwinextras \
|
2013-08-09 13:05:09 +00:00
|
|
|
qtwebkit \
|
|
|
|
qtwebkitexamples \
|
|
|
|
qtx11extras \
|
|
|
|
qtxml \
|
2015-05-13 10:00:29 +00:00
|
|
|
qtxmlpatterns \
|
2015-10-29 12:44:41 +00:00
|
|
|
qt3d \
|
2015-09-23 09:09:02 +00:00
|
|
|
qtcanvas3d \
|
|
|
|
qtwebview \
|
2016-03-29 13:17:38 +00:00
|
|
|
qtquickcontrols2
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
headerdirs += ../src
|
|
|
|
imagedirs += ../src/images \
|
|
|
|
../images
|
|
|
|
|
|
|
|
sourcedirs += \
|
2015-09-30 10:00:20 +00:00
|
|
|
../src
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
exampledirs += \
|
|
|
|
../src \
|
2015-09-30 10:00:20 +00:00
|
|
|
../snippets
|
2013-08-09 13:05:09 +00:00
|
|
|
|
|
|
|
# Don't parse files in snippets directory
|
|
|
|
excludedirs += \
|
|
|
|
../src/snippets
|
|
|
|
|
|
|
|
qhp.projects = QtDoc
|
|
|
|
|
|
|
|
qhp.QtDoc.file = qtdoc.qhp
|
|
|
|
qhp.QtDoc.namespace = org.qt-project.qtdoc.$QT_VERSION_TAG
|
|
|
|
qhp.QtDoc.virtualFolder = qtdoc
|
|
|
|
qhp.QtDoc.indexTitle = Qt $QT_VERSION Reference Documentation
|
|
|
|
qhp.QtDoc.indexRoot =
|
|
|
|
|
|
|
|
qhp.QtDoc.filterAttributes = qtdoc $QT_VERSION qtrefdoc
|
2014-03-31 08:54:56 +00:00
|
|
|
qhp.QtDoc.customFilters.Qt.name = QtDoc $QT_VERSION
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.QtDoc.customFilters.Qt.filterAttributes = qtdoc $QT_VERSION
|
|
|
|
qhp.QtDoc.subprojects = classes qmltypes examples
|
|
|
|
qhp.QtDoc.subprojects.classes.title = Classes
|
|
|
|
qhp.QtDoc.subprojects.classes.indexTitle = All Classes
|
2015-03-27 14:45:32 +00:00
|
|
|
qhp.QtDoc.subprojects.classes.selectors = class fake:headerfile
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.QtDoc.subprojects.classes.sortPages = true
|
|
|
|
qhp.QtDoc.subprojects.qmltypes.title = QML Types
|
2014-10-02 12:58:37 +00:00
|
|
|
qhp.QtDoc.subprojects.qmltypes.indexTitle = All QML Types
|
2015-03-27 14:45:32 +00:00
|
|
|
qhp.QtDoc.subprojects.qmltypes.selectors = qmlclass
|
2013-08-09 13:05:09 +00:00
|
|
|
qhp.QtDoc.subprojects.qmltypes.sortPages = true
|
|
|
|
qhp.QtDoc.subprojects.examples.title = Tutorials and Examples
|
|
|
|
qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials
|
2015-03-27 14:45:32 +00:00
|
|
|
qhp.QtDoc.subprojects.examples.selectors = fake:example
|
2014-10-02 12:58:37 +00:00
|
|
|
qhp.QtDoc.subprojects.examples.sortPages = true
|
2013-09-19 14:03:31 +00:00
|
|
|
|
|
|
|
# Add an image used in example manifests to qhp
|
|
|
|
HTML.extraimages += images/qt-codesample.png
|
|
|
|
qhp.QtDoc.extraFiles += images/qt-codesample.png
|
2014-10-21 10:45:31 +00:00
|
|
|
|
|
|
|
# Add an .html file with sidebar content, used in the online style
|
|
|
|
HTML.stylesheets += style/qt5-sidebar.html
|