aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorConfuSomu2024-01-05 14:58:51 +0100
committerConfuSomu2024-01-05 14:58:51 +0100
commit6a07ef99d9f98b1db4fad91b3cd69e6146c1f01e (patch)
tree760dc8478dd6868a97cb5ee311a3f0932c9b48e8 /CMakeLists.txt
parent6db1c2645d6c5b7f8e4b13b8f58b4673ea5457f3 (diff)
downloadActorViewer-6a07ef99d9f98b1db4fad91b3cd69e6146c1f01e.tar
ActorViewer-6a07ef99d9f98b1db4fad91b3cd69e6146c1f01e.tar.gz
ActorViewer-6a07ef99d9f98b1db4fad91b3cd69e6146c1f01e.zip
Implement about dialog
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5daebf..83d8b99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,9 @@ set(PROJECT_SOURCES
src/settingsdialog.cpp
src/settingsdialog.h
src/settingsdialog.ui
+ src/aboutdialog.cpp
+ src/aboutdialog.h
+ src/aboutdialog.ui
src/settings_interface.cpp
src/settings_interface.h
src/widgets/status_info.cpp