Warning, /network/ruqola/tests/loaddatabasegui/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(loaddatabasegui)
0004 target_sources(loaddatabasegui PRIVATE loaddatabasegui.h loaddatabasegui.cpp)
0005 
0006 target_link_libraries(loaddatabasegui
0007     Qt::Widgets
0008     KF${KF_MAJOR_VERSION}::ItemViews
0009     libruqolawidgets
0010 )
0011 set_target_properties(loaddatabasegui PROPERTIES DISABLE_PRECOMPILE_HEADERS ON)