mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 19:21:41 +03:00
b7e1f6b142
--this indicator is used only internally from Latte in order to draw default plasma applets tab style indicators when the user has chosen to not draw latte specific indicators. A good example of its usage is when the plasma theme contains tabbar indicator which is used in applets and the Latte overlayed icon applets need to use the same visual with the regular plasma applets.
4 lines
292 B
CMake
4 lines
292 B
CMake
install(DIRECTORY default DESTINATION ${CMAKE_INSTALL_PREFIX}/share/latte/indicators)
|
|
install(DIRECTORY org.kde.latte.plasma DESTINATION ${CMAKE_INSTALL_PREFIX}/share/latte/indicators)
|
|
install(DIRECTORY org.kde.latte.plasmatabstyle DESTINATION ${CMAKE_INSTALL_PREFIX}/share/latte/indicators)
|