OSDN Git Service

レイアウト修正。
[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
9 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
11 TARGET = Gefu
12 TEMPLATE = app
13
14
15 SOURCES += main.cpp\
16         mainwindow.cpp \
17     folderpanel.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     filetableview.cpp \
30     history.cpp \
31     historydialog.cpp \
32     preferencedialog.cpp \
33     clickablelabel.cpp \
34     colorsamplemodel.cpp
35
36 HEADERS  += mainwindow.h \
37     folderpanel.h \
38     singleton.hpp \
39     renamesingledialog.h \
40     renamemultidialog.h \
41     operationdialog.h \
42     common.h \
43     irenamedialog.h \
44     iworker.h \
45     renameworker.h \
46     deleteworker.h \
47     overwritedialog.h \
48     copymoveworker.h \
49     sortdialog.h \
50     filetablemodel.h \
51     filetableview.h \
52     history.h \
53     historydialog.h \
54     preferencedialog.h \
55     clickablelabel.h \
56     colorsamplemodel.h
57
58 FORMS    += mainwindow.ui \
59     folderpanel.ui \
60     renamesingledialog.ui \
61     renamemultidialog.ui \
62     operationdialog.ui \
63     overwritedialog.ui \
64     sortdialog.ui \
65     historydialog.ui \
66     preferencedialog.ui
67
68 RESOURCES += \
69     resource.qrc
70
71 OTHER_FILES += \
72     Gefu.rc \
73     README.md
74
75 mac {
76     ICON = ./images/Gefu.icns
77 }
78
79 win32 {
80     RC_FILE = Gefu.rc
81 }