summaryrefslogtreecommitdiff
path: root/tests/auto/qndeffilter/CMakeLists.txt
blob: 686d032aff7e6fc6c324a69bcceefb62ee25a465 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_test(tst_qndeffilter
    SOURCES
        tst_qndeffilter.cpp
    PUBLIC_LIBRARIES
        Qt::Nfc
)