Warning, /plasma/plasma-workspace/wallpapers/image/wallpaperfileitemactionplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2022 Julius Zint <julius@zint.sh> 0002 # SPDX-License-Identifier: MIT 0003 kcoreaddons_add_plugin(wallpaperfileitemaction 0004 SOURCES wallpaperfileitemaction.cpp wallpaperfileitemaction.h 0005 INSTALL_NAMESPACE "kf6/kfileitemaction") 0006 0007 target_link_libraries(wallpaperfileitemaction 0008 KF6::KIOWidgets 0009 KF6::I18n 0010 )