Warning, /plasma/plasma-pass/tests/passwordsmodeltest/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Daniel Vrátil <dvratil@kde.org>
0002 #
0003 # SPDX-License-Identifier: LGPL-2.1-or-later
0004 
0005 find_package(Qt${QT_MAJOR_VERSION}Widgets CONFIG REQUIRED)
0006 include_directories(${CMAKE_SOURCE_DIR}/plugin)
0007 
0008 set(passwordsmodeltest_SRCS
0009     main.cpp
0010     mainwindow.cpp
0011 )
0012 
0013 add_executable(passwordsmodeltest ${passwordsmodeltest_SRCS})
0014 target_link_libraries(passwordsmodeltest
0015     plasmapass
0016     Qt::Core
0017     Qt::DBus
0018     Qt::Widgets
0019 )