summaryrefslogtreecommitdiff
path: root/docs.pri
Commit message (Collapse)AuthorAgeFilesLines
* 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>