pcsclite: fix configuration summary

"Use the PCSCLite library to access NFC devices" is otherwise always shown as "no" due to a typo.
This commit is contained in:
Martin Valgur 2025-05-03 17:51:55 +03:00 committed by GitHub
parent fa25e5809b
commit 069c51521a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ qt_feature("neard" PUBLIC
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 pcsclite)
qt_configure_add_summary_entry(ARGS neard)
qt_configure_end_summary_section()