OSDN Git Service

a3babff2374d526bf22943bdec6dde6c86faa8de
[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
16
17 SOURCES += main.cpp\
18     mainwindow.cpp \
19     renamesingledialog.cpp \
20     renamemultidialog.cpp \
21     operationdialog.cpp \
22     irenamedialog.cpp \
23     iworker.cpp \
24     renameworker.cpp \
25     deleteworker.cpp \
26     overwritedialog.cpp \
27     copymoveworker.cpp \
28     sortdialog.cpp \
29     filetablemodel.cpp \
30     history.cpp \
31     historydialog.cpp \
32     preferencedialog.cpp \
33     colorsamplemodel.cpp \
34     simpletextview.cpp \
35     searchbox.cpp \
36     folderview.cpp \
37     locationbox.cpp
38
39 HEADERS  += mainwindow.h \
40     renamesingledialog.h \
41     renamemultidialog.h \
42     operationdialog.h \
43     common.h \
44     irenamedialog.h \
45     iworker.h \
46     renameworker.h \
47     deleteworker.h \
48     overwritedialog.h \
49     copymoveworker.h \
50     sortdialog.h \
51     filetablemodel.h \
52     history.h \
53     historydialog.h \
54     preferencedialog.h \
55     colorsamplemodel.h \
56     simpletextview.h \
57     searchbox.h \
58     folderview.h \
59     locationbox.h
60
61 FORMS    += mainwindow.ui \
62     renamesingledialog.ui \
63     renamemultidialog.ui \
64     operationdialog.ui \
65     overwritedialog.ui \
66     sortdialog.ui \
67     historydialog.ui \
68     preferencedialog.ui
69
70 RESOURCES += \
71     resource.qrc
72
73 OTHER_FILES += \
74     Gefu.rc \
75     README.md \
76     ReadMe.txt
77
78 macx {
79     ICON = ./images/Gefu.icns
80 }
81
82 win32 {
83     RC_FILE = Gefu.rc
84 }