From 25c731ab7e286e1633dc11cfb26e3d40d97f11f1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 27 Jun 2014 13:20:49 +0200 Subject: [PATCH] Install KWin icons to hicolor namespace 1) helps avoid clashing with 4.x version 2) it's more correct to have them in hicolor REVIEW: 118932 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 632dff6adb..c97e05e80e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -561,7 +561,7 @@ ecm_install_icons( DESTINATION ${ICON_INSTALL_DIR} THEME - oxygen + hicolor ) add_subdirectory(qml)