OSDN Git Service

Ver0.26
[gefu/Gefu.git] / Gefu.pro
index 4ff37db..702bd0d 100644 (file)
--- a/Gefu.pro
+++ b/Gefu.pro
@@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 TARGET = Gefu
 TEMPLATE = app
-VERSION = 0.2.4
+VERSION = 0.2.6
 
 SOURCES += main.cpp\
     mainwindow.cpp \
@@ -25,11 +25,9 @@ SOURCES += main.cpp\
     sortdialog.cpp \
     historydialog.cpp \
     preferencedialog.cpp \
-    simpletextview.cpp \
     folderview.cpp \
     folderpanel.cpp \
     bookmarkdialog.cpp \
-    simpleimageview.cpp \
     abstractworker.cpp \
     foldermodel.cpp \
     panel.cpp \
@@ -38,7 +36,12 @@ SOURCES += main.cpp\
     win32.cpp \
     thumbnailview.cpp \
     thumbnaildelegate.cpp \
-    thumbnailworker.cpp
+    thumbnailworker.cpp \
+    folderview_private.cpp \
+    filereadworker.cpp \
+    imageview.cpp \
+    hexview.cpp \
+    textview.cpp
 
 HEADERS  += mainwindow.h \
     renamesingledialog.h \
@@ -51,23 +54,26 @@ HEADERS  += mainwindow.h \
     sortdialog.h \
     historydialog.h \
     preferencedialog.h \
-    simpletextview.h \
     folderview.h \
     version.h \
     folderpanel.h \
     bookmarkdialog.h \
-    simpleimageview.h \
     abstractworker.h \
     foldermodel.h \
     panel.h \
     preferences.h \
     global.h \
     win32.h \
-    abstractview.h \
     abstractrenamedialog.h \
     thumbnailview.h \
     thumbnaildelegate.h \
-    thumbnailworker.h
+    thumbnailworker.h \
+    folderview_private.h \
+    operationworker.h \
+    filereadworker.h \
+    imageview.h \
+    hexview.h \
+    textview.h
 
 FORMS    += mainwindow.ui \
     renamesingledialog.ui \