Warning, /libraries/ktextaddons/textautocorrection/widgets/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0003 add_executable(autocorrectiontextedit_gui autocorrectiontextedit_gui.cpp)
0004 target_link_libraries(autocorrectiontextedit_gui
0005   KF${KF_MAJOR_VERSION}::TextAutoCorrectionWidgets
0006   KF${KF_MAJOR_VERSION}::I18n
0007 )
0008 
0009 
0010 ######
0011 add_executable(autocorrectionwidget_gui autocorrectionwidget_gui.h autocorrectionwidget_gui.cpp)
0012 target_link_libraries(autocorrectionwidget_gui
0013   KF${KF_MAJOR_VERSION}::TextAutoCorrectionWidgets
0014   KF${KF_MAJOR_VERSION}::I18n
0015 )