From 2e7924a07d45c1d1468552f951dcd2f2dcc948fa Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Sep 2022 22:14:18 -0400 Subject: Add a few basic settings items. Yes I stole qmp's settings design and silently relicensed the (largely identical) code. But who in the world cares, plus I'm the author of qmp anyway. --- qdeduper/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qdeduper/CMakeLists.txt') diff --git a/qdeduper/CMakeLists.txt b/qdeduper/CMakeLists.txt index 06e3048..7373331 100644 --- a/qdeduper/CMakeLists.txt +++ b/qdeduper/CMakeLists.txt @@ -19,6 +19,8 @@ add_executable(qdeduper sigdb_qt.cpp filescanner.cpp pathchooser.cpp + settings.cpp + preferencedialog.cpp resources.qrc ) -- cgit v1.2.3