Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
nfc-cpp.qdoc
Go to the documentation of this file.
1
// Copyright (C) 2013 Aaron McCarthy <mccarthy.aaron@gmail.com>
2
// Copyright (C) 2021 The Qt Company Ltd.
3
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
4
/*!
5
6
\module QtNfc
7
\ingroup modules
8
\qtcmakepackage Nfc
9
\qtvariable nfc
10
11
\title Qt NFC C++ Classes
12
\brief An API for accessing NFC Forum Tags.
13
14
The \l{Qt NFC} C++ API enables an application to access NFC Forum Tags.
15
16
\include module-use.qdocinc using qt module
17
18
\badcode
19
find_package(Qt6 REQUIRED COMPONENTS Nfc)
20
target_link_libraries(mytarget PRIVATE Qt::Nfc)
21
\endcode
22
23
\include module-use.qdocinc building with qmake
24
25
\badcode
26
QT += nfc
27
\endcode
28
29
*/
qtconnectivity
src
nfc
doc
src
nfc-cpp.qdoc
Generated on
for Qt by
1.14.0