OSDN Git Service

Ver0.19
[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 TARGET = Gefu
13 TEMPLATE = app
14 VERSION = 0.1.9
15
16 SOURCES += main.cpp\
17     mainwindow.cpp \
18     renamesingledialog.cpp \
19     renamemultidialog.cpp \
20     operationdialog.cpp \
21     irenamedialog.cpp \
22     iworker.cpp \
23     renameworker.cpp \
24     deleteworker.cpp \
25     overwritedialog.cpp \
26     copymoveworker.cpp \
27     sortdialog.cpp \
28     filetablemodel.cpp \
29     history.cpp \
30     historydialog.cpp \
31     preferencedialog.cpp \
32     colorsamplemodel.cpp \
33     simpletextview.cpp \
34     searchbox.cpp \
35     folderview.cpp \
36     locationbox.cpp \
37     anyview.cpp \
38     folderpanel.cpp \
39     bookmarkdialog.cpp \
40     simpleimageview.cpp
41
42 HEADERS  += mainwindow.h \
43     renamesingledialog.h \
44     renamemultidialog.h \
45     operationdialog.h \
46     common.h \
47     irenamedialog.h \
48     iworker.h \
49     renameworker.h \
50     deleteworker.h \
51     overwritedialog.h \
52     copymoveworker.h \
53     sortdialog.h \
54     filetablemodel.h \
55     history.h \
56     historydialog.h \
57     preferencedialog.h \
58     colorsamplemodel.h \
59     simpletextview.h \
60     searchbox.h \
61     folderview.h \
62     locationbox.h \
63     version.h \
64     anyview.h \
65     folderpanel.h \
66     bookmarkdialog.h \
67     simpleimageview.h
68
69 FORMS    += mainwindow.ui \
70     renamesingledialog.ui \
71     renamemultidialog.ui \
72     operationdialog.ui \
73     overwritedialog.ui \
74     sortdialog.ui \
75     historydialog.ui \
76     preferencedialog.ui \
77     anyview.ui \
78     folderpanel.ui \
79     bookmarkdialog.ui
80
81 RESOURCES += \
82     resource.qrc
83
84 OTHER_FILES += \
85     Gefu.rc \
86     README.md \
87     ReadMe.txt \
88     keybind.txt \
89     installer-full.nsi \
90     installer.nsi
91
92 macx {
93     ICON = ./images/Gefu.icns
94 }
95
96 win32 {
97     RC_FILE = Gefu.rc
98 }