diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-16 10:38:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-16 10:38:36 +0900 |
commit | dfb1b9f10a0c18ace12de3323e3eea410efa3b6c (patch) | |
tree | c0ec1ada481c63bb428ae6a11a0f84383249cd26 /icons/CMakeLists.txt | |
parent | 5fa736197b0b111d7d1eb3d7622499375f3f17f9 (diff) | |
download | universal-indent-gui-tqt-dfb1b9f10a0c18ace12de3323e3eea410efa3b6c.tar.gz universal-indent-gui-tqt-dfb1b9f10a0c18ace12de3323e3eea410efa3b6c.zip |
Added initial empty GUI for the indenter
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r-- | icons/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 90f4bf4..9e83cf4 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -8,9 +8,13 @@ install( edit-clear.png exporthtml.png exportpdf.png + help.png info.png live-preview.png + load_indent_cfg.png preferences-system.png + save_indent_cfg.png + shell.png syntax-highlight.png system-log-out.png tooltip.png @@ -19,5 +23,6 @@ install( universalIndentGUI_32x32.xpm universalIndentGUI_64x64.png universalIndentGUI_512x512.png + view-refresh.png DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/icons ) |