diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 78be9b5..3d5a2f1 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -24,6 +24,6 @@ SET(DATA_FILES bestfit.png qcomicbook-splash.png) #INSTALL(FILES ${DATA_FILES} DESTINATION share/${PACKAGE}) -INSTALL(FILES qcomicbook.png DESTINATION share/pixmaps) +INSTALL(FILES qcomicbook.png DESTINATION share/icons/hicolor/48x48/apps) INSTALL(FILES qcomicbook.desktop DESTINATION share/applications)