OSDN Git Service

Ver0.13
[gefu/Gefu.git] / Gefu.pro
index 60b4b2a..525b5d0 100644 (file)
--- a/Gefu.pro
+++ b/Gefu.pro
@@ -1,56 +1,87 @@
-#-------------------------------------------------\r
-#\r
-# Project created by QtCreator 2014-08-14T11:25:36\r
-#\r
-#-------------------------------------------------\r
-\r
-QT       += core gui\r
-\r
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets\r
-\r
-TARGET = Gefu\r
-TEMPLATE = app\r
-\r
-\r
-SOURCES += main.cpp\\r
-        mainwindow.cpp \\r
-    folderpanel.cpp \\r
-    renamesingledialog.cpp \\r
-    renamemultidialog.cpp \\r
-    operationdialog.cpp \\r
-    irenamedialog.cpp \\r
-    iworker.cpp \\r
-    renameworker.cpp \\r
-    deleteworker.cpp\r
-\r
-HEADERS  += mainwindow.h \\r
-    folderpanel.h \\r
-    singleton.hpp \\r
-    renamesingledialog.h \\r
-    renamemultidialog.h \\r
-    operationdialog.h \\r
-    common.h \\r
-    irenamedialog.h \\r
-    iworker.h \\r
-    renameworker.h \\r
-    deleteworker.h\r
-\r
-FORMS    += mainwindow.ui \\r
-    folderpanel.ui \\r
-    renamesingledialog.ui \\r
-    renamemultidialog.ui \\r
-    operationdialog.ui\r
-\r
-RESOURCES += \\r
-    resource.qrc\r
-\r
-OTHER_FILES += \\r
-    Gefu.rc\r
-\r
-mac {\r
-    ICON = ./images/Gefu.icns\r
-}\r
-\r
-win32 {\r
-    RC_FILE = Gefu.rc\r
-}\r
+#-------------------------------------------------
+#
+# Project created by QtCreator 2014-08-14T11:25:36
+#
+#-------------------------------------------------
+
+QT       += core gui
+QT       += network
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+
+TARGET = Gefu
+TEMPLATE = app
+
+
+SOURCES += main.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 \
+    history.cpp \
+    historydialog.cpp \
+    preferencedialog.cpp \
+    colorsamplemodel.cpp \
+    simpletextview.cpp \
+    searchbox.cpp \
+    folderview.cpp \
+    locationbox.cpp \
+    simpleimageview.cpp
+
+HEADERS  += mainwindow.h \
+    renamesingledialog.h \
+    renamemultidialog.h \
+    operationdialog.h \
+    common.h \
+    irenamedialog.h \
+    iworker.h \
+    renameworker.h \
+    deleteworker.h \
+    overwritedialog.h \
+    copymoveworker.h \
+    sortdialog.h \
+    filetablemodel.h \
+    history.h \
+    historydialog.h \
+    preferencedialog.h \
+    colorsamplemodel.h \
+    simpletextview.h \
+    searchbox.h \
+    folderview.h \
+    locationbox.h \
+    version.h \
+    simpleimageview.h
+
+FORMS    += mainwindow.ui \
+    renamesingledialog.ui \
+    renamemultidialog.ui \
+    operationdialog.ui \
+    overwritedialog.ui \
+    sortdialog.ui \
+    historydialog.ui \
+    preferencedialog.ui
+
+RESOURCES += \
+    resource.qrc
+
+OTHER_FILES += \
+    Gefu.rc \
+    README.md \
+    ReadMe.txt
+
+macx {
+    ICON = ./images/Gefu.icns
+}
+
+win32 {
+    RC_FILE = Gefu.rc
+}