diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-09 22:17:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-09 22:17:59 +0900 |
commit | a57b51348a0056a552568e0b70db51463f322f9c (patch) | |
tree | 6cdcd10cf85560e1a679fb3747d7ce6e11a77d35 /src/CMakeLists.txt | |
parent | ae3256947f8ac390d0efa271f9721b3ac92f2999 (diff) | |
download | universal-indent-gui-tqt-a57b51348a0056a552568e0b70db51463f322f9c.tar.gz universal-indent-gui-tqt-a57b51348a0056a552568e0b70db51463f322f9c.zip |
First part of About dialog.
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 19c34a8..56768b9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -26,8 +26,8 @@ link_directories( set( target universal-indent-gui-tqt ) set( ${target}_SRCS - MainWindowBase.ui ToolBarWidget.ui MainWindow.cpp main.cpp - UiGuiVersion.cpp + AboutDialogBase.ui MainWindowBase.ui ToolBarWidget.ui + AboutDialog.cpp MainWindow.cpp main.cpp UiGuiVersion.cpp ) tde_add_executable( ${target} AUTOMOC |