Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
14The \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
19find_package(Qt6 REQUIRED COMPONENTS Nfc)
20target_link_libraries(mytarget PRIVATE Qt::Nfc)
21\endcode
22
23\include module-use.qdocinc building with qmake
24
25\badcode
26QT += nfc
27\endcode
28
29*/
30