summaryrefslogtreecommitdiff
path: root/tests/auto/qndeffilter/CMakeLists.txt
blob: f4edc90a63e2dbeea0bb4b99ee178c4654cd5894 (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
    LIBRARIES
        Qt::Nfc
)