From 41e9051f2d809c42c3dfecc2eb11ad544cbd27b7 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 19 Sep 2022 02:39:03 -0400 Subject: You break it, you fix it! The GUI is now working again, with scanning built-in. --- qdeduper/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qdeduper/CMakeLists.txt') diff --git a/qdeduper/CMakeLists.txt b/qdeduper/CMakeLists.txt index f862c16..270cd45 100644 --- a/qdeduper/CMakeLists.txt +++ b/qdeduper/CMakeLists.txt @@ -1,6 +1,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) -find_package(Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt5 REQUIRED COMPONENTS Widgets Concurrent) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) @@ -10,9 +10,13 @@ add_executable(qdeduper main.cpp mingui.cpp imageitem.cpp + sigdb_qt.cpp + filescanner.cpp + pathchooser.cpp ) target_link_libraries(qdeduper xsig Qt5::Widgets + Qt5::Concurrent ) -- cgit v1.2.3