diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-14 09:34:56 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-08-14 09:34:56 +0300 |
commit | 3259ac6d61e97fcffd23c5ffd3514cb296d69834 (patch) | |
tree | fd5fb983f509f16e9997d3477d239b3052ff5925 /icons | |
parent | SVN_SILENT made messages (.desktop file) - always resolve ours (diff) | |
download | rekonq-3259ac6d61e97fcffd23c5ffd3514cb296d69834.tar.xz |
Update CMakeLists to use Qt6
Diffstat (limited to 'icons')
-rw-r--r-- | icons/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 9d7ead58..622f18d4 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,2 +1,2 @@ # install standard icons -KDE4_INSTALL_ICONS( ${ICON_INSTALL_DIR} ) +#KDE4_INSTALL_ICONS( ${ICON_INSTALL_DIR} ) |