diff -ur ../pairs-4.13.2-orig/CMakeLists.txt ./CMakeLists.txt
--- ../pairs-4.13.2-orig/CMakeLists.txt	2014-03-23 13:43:37.000000000 +0900
+++ ./CMakeLists.txt	2014-06-14 00:53:08.000000000 +0900
@@ -32,6 +32,7 @@
 add_subdirectory( game )
 add_subdirectory( pairseditor )
 add_subdirectory( icons )
+add_subdirectory( iconseditor )
 add_subdirectory( players )
 add_subdirectory( gameicons )
 add_subdirectory( themes )
diff -ur ../pairs-4.13.2-orig/pairseditor/CMakeLists.txt ./pairseditor/CMakeLists.txt
--- ../pairs-4.13.2-orig/pairseditor/CMakeLists.txt	2014-03-23 13:43:37.000000000 +0900
+++ ./pairseditor/CMakeLists.txt	2014-06-14 00:53:43.000000000 +0900
@@ -5,7 +5,7 @@
 
 kde4_add_ui_files( pairseditor_SOURCES mainwindowview.ui )
 
-kde4_add_app_icon(pairs_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-apps-pairseditor*")
+kde4_add_app_icon(pairs_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../iconseditor/hi*-apps-pairseditor*")
 
 kde4_add_executable( pairseditor ${pairseditor_SOURCES} )
 
