Warning, /plasma/libplasma/templates/plasma6-wallpaper-with-qml-extension/plugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_wallpaper_org.kde.plasma.%{APPNAMELC}\")
0002 
0003 add_library(%{APPNAMELC}plugin SHARED %{APPNAMELC}plugin.cpp)
0004 
0005 target_link_libraries(%{APPNAMELC}plugin
0006     KF6::I18n
0007     Qt6::Gui
0008     Qt6::Qml
0009 )
0010 install(TARGETS %{APPNAMELC}plugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/%{APPNAMELC})
0011 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/%{APPNAMELC})