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 KF${KF_MAJOR_VERSION}::I18n)
0005 
0006 ######
0007 add_executable(testshowvideo_gui testshowvideo_gui.cpp)
0008 target_link_libraries(testshowvideo_gui libruqolawidgets KF${KF_MAJOR_VERSION}::I18n)
0009 
0010 ####
0011 add_executable(testaudio_gui testaudio_gui.cpp)
0012 target_link_libraries(testaudio_gui libruqolawidgets KF${KF_MAJOR_VERSION}::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 KF${KF_MAJOR_VERSION}::I18n)
0018 
0019 ####
0020 add_executable(testservererrorinfo_gui testservererrorinfo_gui.cpp testservererrorinfomessagehistorywidget.h testservererrorinfomessagehistorywidget.cpp)
0021 target_link_libraries(testservererrorinfo_gui libruqolawidgets KF${KF_MAJOR_VERSION}::I18n)
0022 
0023 ####
0024 add_executable(selectedmessagebackgroundanimation_gui selectedmessagebackgroundanimation_gui.cpp
0025     selectedmessagebackgroundanimationwidget.h selectedmessagebackgroundanimationwidget.cpp)
0026 target_link_libraries(selectedmessagebackgroundanimation_gui libruqolawidgets KF${KF_MAJOR_VERSION}::I18n)
0027 
0028 ####
0029 if (QT_MAJOR_VERSION STREQUAL "6")
0030     add_executable(testcreatevideomessagewizard_gui testcreatevideomessagewizard_gui.cpp)
0031     target_link_libraries(testcreatevideomessagewizard_gui libruqolawidgets KF${KF_MAJOR_VERSION}::I18n)
0032 
0033     add_executable(testcreatesoundmessagewizard_gui testcreatesoundmessagewizard_gui.cpp)
0034     target_link_libraries(testcreatesoundmessagewizard_gui libruqolawidgets KF${KF_MAJOR_VERSION}::I18n)
0035 endif()