summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/qtsensors-module-use.qdocinc
blob: 761b6bbdc8af7fdee5d90619cf30fe47d1884e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [cmakebuild]
    \code
    find_package(Qt6 REQUIRED COMPONENTS Sensors)
    target_link_libraries(mytarget PRIVATE Qt6::Sensors)
    \endcode
//! [cmakebuild]

//! [qmakebuild]
    \code
    QT += sensors
    \endcode
//! [qmakebuild]