Skip to content

Commit

Permalink
enable icons and adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX committed Feb 9, 2023
1 parent edae2bb commit 9433ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060F00)
add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_USE_QSTRINGBUILDER -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII)

add_subdirectory(application)
#add_subdirectory(icons)
add_subdirectory(icons)
add_subdirectory(import)

configure_file(data/mycroft-gui-core-loader.in ${CMAKE_CURRENT_BINARY_DIR}/mycroft-gui-core-loader)
Expand Down
2 changes: 1 addition & 1 deletion icons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ecm_install_icons(
ICONS
16-apps-mycroft.svg
32-apps-mycroft.svg
DESTINATION ${ICON_INSTALL_DIR}
DESTINATION ${KDE_INSTALL_ICONDIR}
THEME hicolor
)

0 comments on commit 9433ae8

Please sign in to comment.