summaryrefslogtreecommitdiffstats
path: root/examples/nfc/CMakeLists.txt
blob: 96cd611261a7cb8d7acd7f73fd9904095962565e (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if(TARGET Qt6::Widgets)
    qt_internal_add_example(annotatedurl)
endif()
if(TARGET Qt6::QuickControls2)
    qt_internal_add_example(ndefeditor)
endif()