From 3a2cb75c85b8f98ebb0262ec3d5b590dcb9d79a1 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sun, 3 Apr 2016 00:29:10 +0800 Subject: move imageviewer sources to ui/imageviewer --- src/ui/CMakeLists.txt | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/ui/CMakeLists.txt') diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index e47ee73..f522b03 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -1,18 +1,8 @@ set(CMAKE_AUTOMOC ON) -if(IMAGE_USE_PICFLOW) - set(IMGVIEW_SRCS - imageviewer.h - imageviewer.cpp) -else(IMAGE_USE_PICFLOW) - set(IMGVIEW_SRCS - imageviewer_origin.cpp - imageviewer_origin.h) -endif(IMAGE_USE_PICFLOW) +add_subdirectory(imageviewer) set(fqterm_ui_SRCS - fqtermimage.cpp - ${IMGVIEW_SRCS} aboutdialog.h addrdialog.h articledialog.h @@ -39,8 +29,6 @@ set(fqterm_ui_SRCS osdmessage.cpp overlayWidget.h overlayWidget.cpp - pictureflow.h - pictureflow.cpp popupMessage.h popupMessage.cpp popwidget.h @@ -55,8 +43,6 @@ set(fqterm_ui_SRCS shortcutdialog.cpp statusBar.h statusBar.cpp - fqterm_canvas.h - fqterm_canvas.cpp sitemanager.h sitemanager.cpp iplookup.h -- cgit v1.2.3