Warning, /network/ruqola/src/widgets/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2020-2024 Laurent Montel <montel@kde.org> 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 add_executable(testshowimage_gui testshowimage_gui.cpp) 0004 target_link_libraries(testshowimage_gui libruqolawidgets KF6::I18n) 0005 0006 ###### 0007 add_executable(testshowvideo_gui testshowvideo_gui.cpp) 0008 target_link_libraries(testshowvideo_gui libruqolawidgets KF6::I18n) 0009 0010 #### 0011 add_executable(testaudio_gui testaudio_gui.cpp) 0012 target_link_libraries(testaudio_gui libruqolawidgets KF6::I18n) 0013 0014 #### 0015 add_executable(testnotification_gui) 0016 target_sources(testnotification_gui PRIVATE testnotification_gui.cpp notificationwidget.cpp notificationwidget.h) 0017 target_link_libraries(testnotification_gui libruqolawidgets KF6::I18n) 0018 0019 #### 0020 add_executable(testservererrorinfo_gui testservererrorinfo_gui.cpp testservererrorinfomessagehistorywidget.h testservererrorinfomessagehistorywidget.cpp) 0021 target_link_libraries(testservererrorinfo_gui libruqolawidgets KF6::I18n) 0022 0023 #### 0024 add_executable(selectedmessagebackgroundanimation_gui selectedmessagebackgroundanimation_gui.cpp 0025 selectedmessagebackgroundanimationwidget.h selectedmessagebackgroundanimationwidget.cpp) 0026 target_link_libraries(selectedmessagebackgroundanimation_gui libruqolawidgets KF6::I18n) 0027 0028 #### 0029 add_executable(testcreatevideomessagewizard_gui testcreatevideomessagewizard_gui.cpp) 0030 target_link_libraries(testcreatevideomessagewizard_gui libruqolawidgets KF6::I18n) 0031 0032 add_executable(testcreatesoundmessagewizard_gui testcreatesoundmessagewizard_gui.cpp) 0033 target_link_libraries(testcreatesoundmessagewizard_gui libruqolawidgets KF6::I18n)