summaryrefslogtreecommitdiffstats
path: root/src/doc/doc.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove all qmake filesSamuli Piippo2021-06-141-9/+0
| | | | | | | Support builds only with CMake. Change-Id: I4b242a27d2d747ffa2d9b55a43f0d2b8f5f4cbc2 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Fix documentation build issuesTopi Reinio2021-05-051-0/+9
| | | | | | | | | | | | * Add dependency to Qt Core for the documentation build; QDoc requires Qt-specific include paths * Restore custom module header to pull in NetworkSettings include path * Restore doc.pro as it's referenced from src.pro Task-number: QTBUG-93174 Change-Id: Ie06858bd6737348a0a7711560be83eef60de3af6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Enable documentation buildLassi Lehikoinen2021-03-041-9/+0
| | | | | | | | | Added a configuration flag to build the documentation. Qttools dependency is required for the QDoc for building the docs. Task-number: QTBUG-90829 Change-Id: I8dbff713184939db24f087129b3891e5a553adad Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Add documentation for C++ classesLeena Miettinen2018-10-151-6/+6
| | | | | | | | | Currently, only QML types are documented. Task-number: QTBUG-69686 Change-Id: Idc13bff25a154e88c6c769c0af37204573ec1118 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Doc: Remove generic Device Creation documentationTopi Reinio2016-09-011-4/+4
| | | | | | | | | | | | | | | | ... and replace the documentation configuration with a one specific to Boot to Qt Utils. The removed documentation is available in a dedicated repository, tqtc-boot2qt/doc. The name of this module in 5.6 branch will be 'Qt for Device Creation: Add-On Modules'. The doc namespace and config files already reflect the name 'Qt Device Utilities', but that is not visible to the user in 5.6 (but will be in 5.7). Change-Id: Ib5a98d57b6ff5e7c29901f42697266f396abad82 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Doc: Add configuration for building online docsTopi Reinio2015-04-091-1/+7
| | | | | | | | | | | Add a new configuration file, b2qt-online.qdocconf that is selected for use whenever 'build_online_docs' CONFIG flag is set. Separate the common parts of doc config into b2qt-project.qdocconf, and clean it up by removing unnecessary variables. Change-Id: I001eee79b5322b515e568b90ee0d36aaf60c53c3 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Doc: Initial documentation set for B2QtTopi Reinio2013-04-261-0/+3
Contains introduction, getting started, setting up development hardware, supported platforms and troubleshooting sections. Task-number: QTRD-1956 Change-Id: Ib14d2314f35ec929b4f62293b5efdb5a9c5ebdb4 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>