Warning, /frameworks/qqc2-desktop-style/kirigami-plasmadesktop-integration/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023 Fushan Wen <qydwhotmail@gmail.com>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 if (NOT BUILD_TESTING)
0005     return()
0006 endif()
0007 
0008 ecm_add_test(
0009     animationspeedmodifiertest.cpp
0010     LINK_LIBRARIES Qt::Test Qt::Qml Qt::QuickControls2
0011 )
0012 set_tests_properties(animationspeedmodifiertest PROPERTIES ENVIRONMENT "CMAKE_BINARY_DIR=${CMAKE_BINARY_DIR};CMAKE_SHARED_LIBRARY_SUFFIX=${CMAKE_SHARED_LIBRARY_SUFFIX}")
0013 
0014 if (WIN32)
0015 target_link_libraries(animationspeedmodifiertest user32)
0016 else()
0017 target_link_libraries(animationspeedmodifiertest KF6::ConfigCore)
0018 endif()