From 6b2298c21d21f5b2724ba6ec4b2b8c6ba2e76f21 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 31 Oct 2023 00:01:59 +0900 Subject: Clean up UiSettings class Signed-off-by: Michele Calgaro --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1744c4a..85b8358 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,6 +36,7 @@ set( ${target}_SRCS UiGuiErrorMessage.cpp UiGuiHighlighter.cpp UiGuiIniFileParser.cpp + UiGuiSettings.cpp # ongoing AboutDialogBase.ui @@ -44,7 +45,6 @@ set( ${target}_SRCS AboutDialog.cpp MainWindow.cpp main.cpp - UiGuiSettings.cpp UiGuiSettingsDialog.cpp ) -- cgit v1.2.1