From 532ea00ea6ec0e20898ef009e432ea1f55dc8db1 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 6 Sep 2022 01:13:42 -0400 Subject: Transitioning to using ListView to show images. The old widgets are not yet removed. A LOT of old sh*t needs rewriting for removing them. (Note to self) Other TODOs: - Convert all keyevents to qactions. - Convert main window to an actual main window. - Move file loading logic out of main.cpp (or not, doesn't even matter). - Move subsliced signatures into library. --- mingui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mingui/CMakeLists.txt') diff --git a/mingui/CMakeLists.txt b/mingui/CMakeLists.txt index 3a53455..3503f98 100644 --- a/mingui/CMakeLists.txt +++ b/mingui/CMakeLists.txt @@ -17,6 +17,7 @@ set(CMAKE_AUTOUIC ON) add_executable(mingui main.cpp mingui.cpp + imageitem.cpp ) target_link_libraries(mingui -- cgit v1.2.3