Commit Graph

4 Commits

Author SHA1 Message Date
Eike Ziller
e574860cf0 Show "display" version number in documentation
I.e. 4.3.0-rc1 instead of 4.2.83

Change-Id: I67feebc9071a8a08b5ac4c701017095e28deaa13
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2017-04-25 13:58:53 +00:00
Eike Ziller
926b4d1f3a Further abstract docs.pri
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>
2017-03-23 09:53:22 +00:00
Eike Ziller
ef470a1d10 Add documentation sub-targets
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>
2017-03-10 14:34:50 +00:00
Eike Ziller
33fa4b401c Create a reusable docs.pri for generating documentation
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>
2017-03-09 09:30:42 +00:00