-
Notifications
You must be signed in to change notification settings - Fork 1
/
InterText.pro
116 lines (111 loc) · 2.87 KB
/
InterText.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# InterText qmake project file
QT += widgets xml network svg
QTPLUGIN += qico
TEMPLATE = app
TARGET = InterText
DEPENDPATH += . src
INCLUDEPATH += . src
RESOURCES = InterText.qrc
CODECFORTR = UTF-8
CODECFORSRC = UTF-8
RC_FILE = InterText.rc
ICON = InterText.icns
# Input
HEADERS += \
src/ItWindow.h \
src/ItAlignment.h \
src/ItDocument.h \
src/ItElement.h \
src/ItAlignmentModel.h \
src/ItAlignmentView.h \
src/ItAlignmentDelegate.h \
src/ItSegmentView.h \
src/ItPlainTextEdit.h \
src/ItCommands.h \
src/numberingdialog.h \
src/ItSearchBar.h \
src/ItAbstractDelegate.h \
src/AutoAlignDialog.h \
src/AlignerView.h \
src/ImportXmlDialog.h \
src/ItSentenceSplitter.h \
src/ImportTxtDialog.h \
src/AlignmentManager.h \
src/SettingsDialog.h \
src/AlignerProfileDialog.h \
src/ServerDialog.h \
src/simplecrypt.h \
src/ChangeDialog.h \
src/RemoteAttrDialog.h \
src/AlignmentAttrDialog.h \
src/NewAlignmentDialog.h \
src/ItCustomVarsDialog.h \
src/ItSegmentDelegate.h \
src/ItCommon.h \
src/ItQuestionDialog.h \
src/ItFloatControls.h \
src/CustomizeDialog.h \
src/ItServerConn.h \
src/itdommodel.h \
src/itdomitem.h \
src/xmltreedialog.h
SOURCES += \
src/ItWindow.cpp \
src/ItAlignment.cpp \
src/ItDocument.cpp \
src/main.cpp \
src/ItElement.cpp \
src/ItAlignmentModel.cpp \
src/ItAlignmentView.cpp \
src/ItAlignmentDelegate.cpp \
src/ItSegmentView.cpp \
src/ItPlainTextEdit.cpp \
src/ItCommands.cpp \
src/numberingdialog.cpp \
src/ItSearchBar.cpp \
src/ItAbstractDelegate.cpp \
src/AutoAlignDialog.cpp \
src/AlignerView.cpp \
src/ImportXmlDialog.cpp \
src/ItSentenceSplitter.cpp \
src/ImportTxtDialog.cpp \
src/AlignmentManager.cpp \
src/SettingsDialog.cpp \
src/AlignerProfileDialog.cpp \
src/ServerDialog.cpp \
src/simplecrypt.cpp \
src/ChangeDialog.cpp \
src/RemoteAttrDialog.cpp \
src/AlignmentAttrDialog.cpp \
src/NewAlignmentDialog.cpp \
src/ItCustomVarsDialog.cpp \
src/ItSegmentDelegate.cpp \
src/ItQuestionDialog.cpp \
src/ItFloatControls.cpp \
src/CustomizeDialog.cpp \
src/ItServerConn.cpp \
src/itdommodel.cpp \
src/itdomitem.cpp \
src/xmltreedialog.cpp
FORMS += \
src/numberingdialog.ui \
src/AutoAlignDialog.ui \
src/AlignerView.ui \
src/ImportXmlDialog.ui \
src/ImportTxtDialog.ui \
src/AlignmentManager.ui \
src/SettingsDialog.ui \
src/AlignerProfileDialog.ui \
src/ServerDialog.ui \
src/ChangeDialog.ui \
src/RemoteAttrDialog.ui \
src/AlignmentAttrDialog.ui \
src/NewAlignmentDialog.ui \
src/ItCustomVarsDialog.ui \
src/ItQuestionDialog.ui \
src/CustomizeDialog.ui \
src/xmltreedialog.ui
OTHER_FILES += \
Changelog.txt
DISTFILES += \
CHANGELOG