OSDN Git Service

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