OSDN Git Service

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