summaryrefslogtreecommitdiffstats
path: root/src/serialbus/doc/src/qtserialbus-module-use.qdocinc
blob: 99e631e59ae14eddcaaf971695ddb5cafa016f91 (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 COMPONENTS SerialBus REQUIRED)
    target_link_libraries(mytarget PRIVATE Qt6::SerialBus)
    \endcode
//! [cmakebuild]

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