OSDN Git Service

Ver0.16
[gefu/Gefu.git] / Gefu.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2014-08-14T11:25:36
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8 QT       += network
9
10 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
11
12
13 TARGET = Gefu
14 TEMPLATE = app
15 VERSION = 0.1.6
16 QMAKE_TARGET_COMPANY = gefu.sourceforge.jp
17 QMAKE_TARGET_PRODUCT = Gefu
18 QMAKE_TARGET_DESCRIPTION = Gefu is an Experimental File Utility.
19 QMAKE_TARGET_COPYRIGHT = Copyright(c) 2014 @miyabi_satoh
20
21
22 SOURCES += main.cpp\
23     mainwindow.cpp \
24     renamesingledialog.cpp \
25     renamemultidialog.cpp \
26     operationdialog.cpp \
27     irenamedialog.cpp \
28     iworker.cpp \
29     renameworker.cpp \
30     deleteworker.cpp \
31     overwritedialog.cpp \
32     copymoveworker.cpp \
33     sortdialog.cpp \
34     filetablemodel.cpp \
35     history.cpp \
36     historydialog.cpp \
37     preferencedialog.cpp \
38     colorsamplemodel.cpp \
39     simpletextview.cpp \
40     searchbox.cpp \
41     folderview.cpp \
42     locationbox.cpp \
43     simpleimageview.cpp \
44     anyview.cpp \
45     folderpanel.cpp
46
47 HEADERS  += mainwindow.h \
48     renamesingledialog.h \
49     renamemultidialog.h \
50     operationdialog.h \
51     common.h \
52     irenamedialog.h \
53     iworker.h \
54     renameworker.h \
55     deleteworker.h \
56     overwritedialog.h \
57     copymoveworker.h \
58     sortdialog.h \
59     filetablemodel.h \
60     history.h \
61     historydialog.h \
62     preferencedialog.h \
63     colorsamplemodel.h \
64     simpletextview.h \
65     searchbox.h \
66     folderview.h \
67     locationbox.h \
68     version.h \
69     simpleimageview.h \
70     anyview.h \
71     folderpanel.h
72
73 FORMS    += mainwindow.ui \
74     renamesingledialog.ui \
75     renamemultidialog.ui \
76     operationdialog.ui \
77     overwritedialog.ui \
78     sortdialog.ui \
79     historydialog.ui \
80     preferencedialog.ui \
81     anyview.ui \
82     folderpanel.ui
83
84 RESOURCES += \
85     resource.qrc
86
87 OTHER_FILES += \
88     Gefu.rc \
89     README.md \
90     ReadMe.txt \
91     keybind.txt
92
93 macx {
94     ICON = ./images/Gefu.icns
95 }
96
97 win32 {
98     RC_FILE = Gefu.rc
99 }