Warning, /plasma-mobile/plasma-dialer/kde-telephony-daemon/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Nicolas Fella <nicolas.fella@gmx.de>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 find_package(Qt6Test REQUIRED)
0005 
0006 find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED Test Sql)
0007 find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS People)
0008 
0009 ecm_add_test(TEST_NAME contactmappertest contact-mapper-test.cpp fake-contact-source.cpp LINK_LIBRARIES Qt::Test Qt::Sql KF6::PeopleBackend contactphonenumbermapper)