Warning, /plasma/plasma-workspace/lookandfeel/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 plasma_install_package(org.kde.breeze org.kde.breeze.desktop look-and-feel lookandfeel)
0002 plasma_install_package(org.kde.breezedark org.kde.breezedark.desktop look-and-feel lookandfeel)
0003 plasma_install_package(org.kde.breezetwilight org.kde.breezetwilight.desktop look-and-feel lookandfeel)
0004 
0005 if (INSTALL_SDDM_THEME)
0006     configure_file(sddm-theme/theme.conf.cmake ${CMAKE_CURRENT_BINARY_DIR}/sddm-theme/theme.conf)
0007 
0008 # Install the login theme into the SDDM directory
0009 # Longer term we need to look at making SDDM load from look and feel somehow.. and allow copying at runtime
0010     #NOTE this trailing slash is important to rename the directory
0011     install(DIRECTORY sddm-theme/ DESTINATION ${KDE_INSTALL_FULL_DATADIR}/sddm/themes/breeze PATTERN "README.txt" EXCLUDE PATTERN "components" EXCLUDE PATTERN "dummydata" EXCLUDE
0012     PATTERN "theme.conf.cmake" EXCLUDE)
0013     install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sddm-theme/theme.conf DESTINATION ${KDE_INSTALL_FULL_DATADIR}/sddm/themes/breeze)
0014     install(DIRECTORY org.kde.breeze/contents/components DESTINATION ${KDE_INSTALL_FULL_DATADIR}/sddm/themes/breeze PATTERN "README.txt" EXCLUDE)
0015 endif()
0016 
0017 if (BUILD_TESTING)
0018     add_subdirectory(autotests/lockscreen)
0019 endif()