Warning, /libraries/ktextaddons/textedittexttospeech/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(texttospeechwidget_gui texttospeechwidget_gui.cpp)
0004 target_link_libraries(texttospeechwidget_gui
0005 KF${KF_MAJOR_VERSION}::TextEditTextToSpeech KF${KF_MAJOR_VERSION}::CoreAddons Qt::Widgets KF${KF_MAJOR_VERSION}::I18n
0006 )
0007
0008 #####
0009 add_executable(texttospeechgui texttospeechgui.cpp texttospeechgui.h)
0010 target_link_libraries(texttospeechgui
0011 KF${KF_MAJOR_VERSION}::TextEditTextToSpeech KF${KF_MAJOR_VERSION}::CoreAddons Qt::Widgets KF${KF_MAJOR_VERSION}::I18n
0012 )
0013
0014 #####
0015 add_executable(texttospeechconfiggui texttospeechconfiggui.cpp texttospeechconfiggui.h)
0016 target_link_libraries(texttospeechconfiggui
0017 KF${KF_MAJOR_VERSION}::TextEditTextToSpeech KF${KF_MAJOR_VERSION}::CoreAddons Qt::Widgets KF${KF_MAJOR_VERSION}::I18n
0018 )
0019
0020 #####
0021 add_executable(texttospeechconfigdialoggui texttospeechconfigdialoggui.cpp)
0022 target_link_libraries(texttospeechconfigdialoggui
0023 KF${KF_MAJOR_VERSION}::TextEditTextToSpeech KF${KF_MAJOR_VERSION}::CoreAddons Qt::Widgets KF${KF_MAJOR_VERSION}::I18n
0024 )
0025
0026 #####
0027 add_executable(texttospeechcontainergui texttospeechcontainergui.cpp texttospeechcontainergui.h)
0028 target_link_libraries(texttospeechcontainergui
0029 KF${KF_MAJOR_VERSION}::TextEditTextToSpeech KF${KF_MAJOR_VERSION}::CoreAddons Qt::Widgets KF${KF_MAJOR_VERSION}::I18n
0030 )