# Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause qt_find_package(PCSCLITE PROVIDED_TARGETS PkgConfig::PCSCLITE) qt_feature("pcsclite" PUBLIC LABEL "Use the PCSCLite library to access NFC devices" CONDITION PCSCLITE_FOUND) qt_feature("neard" PUBLIC LABEL "Use neard to access NFC devices" CONDITION LINUX AND QT_FEATURE_dbus AND NOT QT_FEATURE_pcsclite) qt_configure_add_summary_section(NAME "Qt Nfc details") qt_configure_add_summary_entry(ARGS pcslite) qt_configure_add_summary_entry(ARGS neard) qt_configure_end_summary_section()