X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Gefu.pro;h=8ded24bc2921517cda29231bdb717a75723c0520;hb=606ff8dc1c1abcd474d99f32eab21c6869554ed7;hp=d62af246f47f86eea82e1dfb11efe73d6bef63ab;hpb=a18219d77d279710cf5e9eee127c7a41dfc6128b;p=gefu%2FGefu.git diff --git a/Gefu.pro b/Gefu.pro index d62af24..8ded24b 100644 --- a/Gefu.pro +++ b/Gefu.pro @@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = Gefu TEMPLATE = app -VERSION = 0.2.1 +VERSION = 0.2.5 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 \