-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathqt-diff.pro
69 lines (61 loc) · 1.68 KB
/
qt-diff.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#-------------------------------------------------
#
# Project created by QtCreator 2017-10-10T09:40:43
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = zdiff
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
util/zfile.cpp \
widget/tree/ztreemodel.cpp \
widget/tree/ztreeitem.cpp \
widget/ztopwidget.cpp \
widget/zcenterwidget.cpp \
diff/zfilediff.cpp \
diff/zfilediffmodel.cpp \
diff/zpathdiffmodel.cpp \
diff/zpathdiff.cpp \
ctl/zfolderctl.cpp \
widget/tree/ztreeitemmodel.cpp \
widget/zbottomwidget.cpp \
util/zhash.cpp \
widget/folder/zfolderwidget.cpp \
widget/file/zfilewidget.cpp \
widget/file/zdiffinfo.cpp \
widget/file/zlinenumberwidget.cpp \
widget/file/zdiffareawidget.cpp \
widget/file/ztextwidget.cpp \
widget/file/zscrolltextwidget.cpp \
widget/file/zdiffarea.cpp \
util/zrand.cpp
HEADERS += mainwindow.h \
util/zfile.h \
widget/tree/ztreemodel.h \
widget/tree/ztreeitem.h \
widget/ztopwidget.h \
widget/zcenterwidget.h \
diff/zfilediffmodel.h \
diff/zfilediff.h \
diff/zpathdiffmodel.h \
diff/zpathdiff.h \
ctl/zfolderctl.h \
widget/tree/ztreeitemmodel.h \
widget/zbottomwidget.h \
env/zcons.h \
util/zhash.h \
widget/folder/zfolderwidget.h \
widget/file/zfilewidget.h \
widget/file/zdiffinfo.h \
widget/file/zlinenumberwidget.h \
widget/file/zdiffareawidget.h \
widget/file/ztextwidget.h \
widget/file/zscrolltextwidget.h \
widget/file/zdiffarea.h \
util/zrand.h
RESOURCES += \
resource.qrc
RC_FILE += \
zdiff.rc