X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Gefu.pro;h=702bd0dd8c96669518faa45465abf7da31cccb96;hb=HEAD;hp=4476cbb5b67589b06c211d9eb9b9d047e450a132;hpb=06da03204020e69eceb894e51b0b75759acae699;p=gefu%2FGefu.git diff --git a/Gefu.pro b/Gefu.pro index 4476cbb..702bd0d 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.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 \ @@ -37,7 +35,13 @@ SOURCES += main.cpp\ global.cpp \ win32.cpp \ thumbnailview.cpp \ - thumbnaildelegate.cpp + thumbnaildelegate.cpp \ + thumbnailworker.cpp \ + folderview_private.cpp \ + filereadworker.cpp \ + imageview.cpp \ + hexview.cpp \ + textview.cpp HEADERS += mainwindow.h \ renamesingledialog.h \ @@ -50,22 +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 + thumbnaildelegate.h \ + thumbnailworker.h \ + folderview_private.h \ + operationworker.h \ + filereadworker.h \ + imageview.h \ + hexview.h \ + textview.h FORMS += mainwindow.ui \ renamesingledialog.ui \