diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-18 14:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-18 14:11:00 +0900 |
commit | 3db895919a4cd36972dd5241f480a68fe0f4eb4d (patch) | |
tree | ecf77c90fad566fa883f02277492e9b29602e563 /src/CMakeLists.txt | |
parent | 7e8aa1a5c0d085467ef82942f2eca78fbbf19386 (diff) | |
download | universal-indent-gui-tqt-3db895919a4cd36972dd5241f480a68fe0f4eb4d.tar.gz universal-indent-gui-tqt-3db895919a4cd36972dd5241f480a68fe0f4eb4d.zip |
Clean up some unused stuff
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 64f9e9a..b0db1b9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,7 +27,9 @@ set( ${target}_SRCS AboutDialogBase.ui MainWindowBase.ui ToolBarWidget.ui + UiGuiSettingsDialogBase.ui + main.cpp IndentHandler.cpp SettingsPaths.cpp TemplateBatchScript.cpp @@ -37,11 +39,9 @@ set( ${target}_SRCS UiGuiSettings.cpp # ongoing - UiGuiSettingsDialogBase.ui AboutDialog.cpp MainWindow.cpp - main.cpp UiGuiSettingsDialog.cpp ) |