Warning, /pim/kdepim-addons/plugins/webengineurlinterceptor/donottrack/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 set( donottrackpluginurlinterceptortest_SRCS donottrackpluginurlinterceptortest.cpp ../donottrackpluginurlinterceptor.cpp ../donottrackinterceptorinterface.cpp)
0004 kconfig_add_kcfg_files(donottrackpluginurlinterceptortest_SRCS
0005   ../settings/donottracksettings.kcfgc
0006 )
0007 add_executable( donottrackpluginurlinterceptortest ${donottrackpluginurlinterceptortest_SRCS})
0008 add_test(NAME donottrackpluginurlinterceptortest COMMAND donottrackpluginurlinterceptortest)
0009 ecm_mark_as_test(donottrackpluginurlinterceptortest)
0010 target_link_libraries( donottrackpluginurlinterceptortest Qt::Test Qt::Widgets KPim6::MessageViewer  Qt::WebEngineWidgets KPim6::WebEngineViewer)