From 7a4c88bfc137f57293919473c9230d9a9eeebb45 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sun, 10 Mar 2024 14:55:13 -0400 Subject: Implemented preferencesDialog --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a681c9..6e40f3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,8 @@ set(project_sources "src/lib.cpp" "src/lib.h" "src/main.cpp" + "src/preferencesDialog.cpp" + "src/preferencesDialog.h" "src/preferencesDialog.ui" "src/rule.cpp" "src/rule.h" -- cgit