OSDN Git Service

Ver0.17
[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     bookmarkdialog.cpp
47
48 HEADERS  += mainwindow.h \
49     renamesingledialog.h \
50     renamemultidialog.h \
51     operationdialog.h \
52     common.h \
53     irenamedialog.h \
54     iworker.h \
55     renameworker.h \
56     deleteworker.h \
57     overwritedialog.h \
58     copymoveworker.h \
59     sortdialog.h \
60     filetablemodel.h \
61     history.h \
62     historydialog.h \
63     preferencedialog.h \
64     colorsamplemodel.h \
65     simpletextview.h \
66     searchbox.h \
67     folderview.h \
68     locationbox.h \
69     version.h \
70     simpleimageview.h \
71     anyview.h \
72     folderpanel.h \
73     bookmarkdialog.h
74
75 FORMS    += mainwindow.ui \
76     renamesingledialog.ui \
77     renamemultidialog.ui \
78     operationdialog.ui \
79     overwritedialog.ui \
80     sortdialog.ui \
81     historydialog.ui \
82     preferencedialog.ui \
83     anyview.ui \
84     folderpanel.ui \
85     bookmarkdialog.ui
86
87 RESOURCES += \
88     resource.qrc
89
90 OTHER_FILES += \
91     Gefu.rc \
92     README.md \
93     ReadMe.txt \
94     keybind.txt \
95     installer-full.nsi \
96     installer.nsi
97
98 macx {
99     ICON = ./images/Gefu.icns
100 }
101
102 win32 {
103     RC_FILE = Gefu.rc
104 }