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

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