# SPDX-FileCopyrightText: 2023-2025 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_executable(texttospeechwidget_gui texttospeechwidget_gui.cpp)
target_link_libraries(
    texttospeechwidget_gui
    KF6::TextEditTextToSpeech
    KF6::CoreAddons
    Qt::Widgets
    KF6::I18n
)

#####
add_executable(
    texttospeechgui
    texttospeechgui.cpp
    texttospeechgui.h
)
target_link_libraries(
    texttospeechgui
    KF6::TextEditTextToSpeech
    KF6::CoreAddons
    Qt::Widgets
    KF6::I18n
)

#####
add_executable(
    texttospeechconfiggui
    texttospeechconfiggui.cpp
    texttospeechconfiggui.h
)
target_link_libraries(
    texttospeechconfiggui
    KF6::TextEditTextToSpeech
    KF6::CoreAddons
    Qt::Widgets
    KF6::I18n
)

#####
add_executable(texttospeechconfigdialoggui texttospeechconfigdialoggui.cpp)
target_link_libraries(
    texttospeechconfigdialoggui
    KF6::TextEditTextToSpeech
    KF6::CoreAddons
    Qt::Widgets
    KF6::I18n
)

#####
add_executable(
    texttospeechcontainergui
    texttospeechcontainergui.cpp
    texttospeechcontainergui.h
)
target_link_libraries(
    texttospeechcontainergui
    KF6::TextEditTextToSpeech
    KF6::CoreAddons
    Qt::Widgets
    KF6::I18n
)
