Warning, /libraries/ktextaddons/textcustomeditor/plaintexteditor/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 ecm_add_test(plaintexteditortest.cpp plaintexteditortest.h
0004     TEST_NAME plaintexteditortest
0005     LINK_LIBRARIES KF${KF_MAJOR_VERSION}::TextCustomEditor KF${KF_MAJOR_VERSION}::KIOWidgets Qt::Test Qt::Widgets
0006 )
0007 
0008 ecm_add_test(plaintexteditfindbartest.cpp plaintexteditfindbartest.h
0009     TEST_NAME plaintexteditfindbartest
0010     LINK_LIBRARIES KF${KF_MAJOR_VERSION}::TextCustomEditor KF${KF_MAJOR_VERSION}::KIOWidgets Qt::Test Qt::Widgets
0011 )