aboutsummaryrefslogtreecommitdiffstats
path: root/docs.pri
Commit message (Collapse)AuthorAgeFilesLines
* add IDE_SOURCE_TREE to the doc environmentTim Jenssen2018-07-181-1/+12
| | | | | | | | we want to use images from some plugins and to reference those, we need IDE_SOURCE_TREE variable. Change-Id: Ia7e83a4d2e65ff34a839732fb24a0804aca007d9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Pass IDE_DISPLAY_NAME et al to qdoc and use it for manualEike Ziller2018-06-201-1/+7
| | | | | Change-Id: I5d52c9561d4c49df503c0e99c8765979516e5b5c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Use QTCREATOR_COPYRIGHT_YEAR for documentationEike Ziller2018-03-281-1/+3
| | | | | | | | For this the offline style overwrites any footer that was set in the qt-html-templates-offline.qdocconf from Qt. Change-Id: I8a8f7048445bc03a72b19df6c60b7cea680c5803 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Show "display" version number in documentationEike Ziller2017-04-251-2/+2
| | | | | | | I.e. 4.3.0-rc1 instead of 4.2.83 Change-Id: I67feebc9071a8a08b5ac4c701017095e28deaa13 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Further abstract docs.priEike Ziller2017-03-231-46/+10
| | | | | | | | | | So the same file can be used without adaptions in other projects (for example Qbs). Adds installation of the html documentation, which should not hurt, or might even be preferable. Change-Id: I8f6fbf072b348dfe13e54a5f2018ed6e24fc3a34 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add documentation sub-targetsEike Ziller2017-03-101-2/+9
| | | | | | | | | | | To make it possible to build individual documentation sets with targets html_docs_<name> and qch_docs_<name>. Keep using the && chained commands for the (html|qch)_docs targets though, because we had issues with parallel documentation creation before. Change-Id: I80556bfaddb79aec3da3e09e4d4843b5d33be451 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Create a reusable docs.pri for generating documentationEike Ziller2017-03-091-0/+54
Since we cannot directly use qt_docs.prf since it contains various Qt specific details, adapt it for use in Qt Creator. This can then be used e.g. by plugins that are not part of the Qt Creator repository. Change-Id: I87511cad74cbcae5cb58087e9a9386130d635aa9 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>