diff options
author | Michele Calgaro <[email protected]> | 2023-05-31 19:27:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-05-31 19:27:45 +0900 |
commit | 44f39b628c487af77c0a503d622d57b99748e1e1 (patch) | |
tree | 96d32a035106586720de7905e7fb19f009a5829c /src/CMakeLists.txt | |
parent | dfb1b9f10a0c18ace12de3323e3eea410efa3b6c (diff) | |
download | universal-indent-gui-tqt-44f39b628c487af77c0a503d622d57b99748e1e1.tar.gz universal-indent-gui-tqt-44f39b628c487af77c0a503d622d57b99748e1e1.zip |
Added UiGuiErrorMessage, UiGuiIniFileParse and some code related to
them. Added indenter .ini files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cff46f3..09f1b9a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,6 +31,8 @@ set( ${target}_SRCS ToolBarWidget.ui SettingsPaths.cpp + UiGuiErrorMessage.cpp + UiGuiIniFileParser.cpp UiGuiVersion.cpp # ongoing |