OSDN Git Service

ツールバーの表示切替を実装
[gefu/Gefu.git] / Gefu.pro
index d4149be..4ff37db 100644 (file)
--- a/Gefu.pro
+++ b/Gefu.pro
@@ -5,75 +5,95 @@
 #-------------------------------------------------
 
 QT       += core gui
+QT       += network
 
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 TARGET = Gefu
 TEMPLATE = app
-
+VERSION = 0.2.4
 
 SOURCES += main.cpp\
-        mainwindow.cpp \
-    folderpanel.cpp \
+    mainwindow.cpp \
     renamesingledialog.cpp \
     renamemultidialog.cpp \
     operationdialog.cpp \
-    irenamedialog.cpp \
-    iworker.cpp \
     renameworker.cpp \
     deleteworker.cpp \
     overwritedialog.cpp \
     copymoveworker.cpp \
     sortdialog.cpp \
-    filetablemodel.cpp \
-    filetableview.cpp \
-    history.cpp \
     historydialog.cpp \
     preferencedialog.cpp \
-    clickablelabel.cpp \
-    colorsamplemodel.cpp
+    simpletextview.cpp \
+    folderview.cpp \
+    folderpanel.cpp \
+    bookmarkdialog.cpp \
+    simpleimageview.cpp \
+    abstractworker.cpp \
+    foldermodel.cpp \
+    panel.cpp \
+    preferences.cpp \
+    global.cpp \
+    win32.cpp \
+    thumbnailview.cpp \
+    thumbnaildelegate.cpp \
+    thumbnailworker.cpp
 
 HEADERS  += mainwindow.h \
-    folderpanel.h \
-    singleton.hpp \
     renamesingledialog.h \
     renamemultidialog.h \
     operationdialog.h \
-    common.h \
-    irenamedialog.h \
-    iworker.h \
     renameworker.h \
     deleteworker.h \
     overwritedialog.h \
     copymoveworker.h \
     sortdialog.h \
-    filetablemodel.h \
-    filetableview.h \
-    history.h \
     historydialog.h \
     preferencedialog.h \
-    clickablelabel.h \
-    colorsamplemodel.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
 
 FORMS    += mainwindow.ui \
-    folderpanel.ui \
     renamesingledialog.ui \
     renamemultidialog.ui \
     operationdialog.ui \
     overwritedialog.ui \
     sortdialog.ui \
     historydialog.ui \
-    preferencedialog.ui
+    preferencedialog.ui \
+    folderpanel.ui \
+    bookmarkdialog.ui \
+    panel.ui
 
 RESOURCES += \
     resource.qrc
 
 OTHER_FILES += \
     Gefu.rc \
-    README.md
+    README.md \
+    ReadMe.txt \
+    keybind.txt \
+    installer-full.nsi \
+    installer.nsi
 
 macx {
-    ICON = ./images/Gefu.icns
+    ICON = ./images/file-manager.icns
 }
 
 win32 {