blob: 3b538ce730aafa1ed1b490e3a3b4fc3e4c3381ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page cmake-integration.html
\title CMake Integration
\ingroup qtappman
\brief Qt Application Manager specific CMake functionality.
The QtAppManMainPrivate package provides the following CMake functions:
\section3 Commands
\annotatedlist cmake-macros-qtapplicationmanager
*/
|