Warning, /libraries/ktextaddons/textcustomeditor/plaintexteditor/tests/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 add_executable(plaintexteditor_gui plaintexteditor_gui.cpp) 0004 target_link_libraries(plaintexteditor_gui 0005 KF${KF_MAJOR_VERSION}::TextCustomEditor KF${KF_MAJOR_VERSION}::CoreAddons Qt::Widgets KF${KF_MAJOR_VERSION}::I18n 0006 )