diff options
| author | Kai Köhne <kai.koehne@qt.io> | 2022-11-01 14:54:30 +0100 |
|---|---|---|
| committer | Kai Köhne <kai.koehne@qt.io> | 2022-11-02 15:59:12 +0000 |
| commit | fea34864fd12f81272824790d8960c21c1c2597b (patch) | |
| tree | 55cd50dcb91e655087a51ea396fd37902811e9dc /src/interfaceframework/doc/includes | |
| parent | 1be5acc3ec6e51b7ddb88368eadb464412a9a378 (diff) | |
Doc: Add overview pages to CMake API
Provide a landing page for InterfaceFramework commands and variables,
making it easier to navigate between them in the breadcrumb menu.
Also, add details on where the respective command is found.
Finally, for variables, normalize the .html name (this is done otherwise
by qdoc).
Pick-to: 6.4
Task-number: QTBUG-96239
Change-Id: I06411168f6bd0959a4a5a54ebf435718a167656a
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src/interfaceframework/doc/includes')
| -rw-r--r-- | src/interfaceframework/doc/includes/cmake-find-package-interfaceframework.qdocinc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/interfaceframework/doc/includes/cmake-find-package-interfaceframework.qdocinc b/src/interfaceframework/doc/includes/cmake-find-package-interfaceframework.qdocinc new file mode 100644 index 00000000..dcf33314 --- /dev/null +++ b/src/interfaceframework/doc/includes/cmake-find-package-interfaceframework.qdocinc @@ -0,0 +1,7 @@ +The command is defined in the \c InterfaceFramework component of the \c Qt6 package. + +Load the package with: + +\code +find_package(Qt6 REQUIRED COMPONENTS InterfaceFramework) +\endcode |
