]> git.lyx.org Git - lyx.git/blob - development/qmake/src/src.pro
Thanks to Ignacio, we have a new Spanish UserGuide!
[lyx.git] / development / qmake / src / src.pro
1
2 include(../config.pri)
3
4 TARGET = lyxsrc$${DEBUGSUFFIX}
5
6 TEMPLATE = lib
7
8 QT =
9
10 INC += src
11 INC += boost
12
13 HPP += ASpell_local.h
14 HPP += Author.h
15 HPP += BiblioInfo.h
16 HPP += Bidi.h
17 HPP += Box.h
18 HPP += BranchList.h
19 HPP += Buffer.h
20 HPP += BufferList.h
21 HPP += BufferParams.h
22 HPP += BufferView.h
23 HPP += Bullet.h
24 HPP += Changes.h
25 HPP += Chktex.h
26 HPP += Color.h
27 HPP += Converter.h
28 HPP += ConverterCache.h
29 HPP += CoordCache.h
30 HPP += Counters.h
31 HPP += Cursor.h
32 HPP += CursorSlice.h
33 HPP += CutAndPaste.h
34 HPP += DepTable.h
35 HPP += Dimension.h
36 HPP += DispatchResult.h
37 HPP += DocIterator.h
38 HPP += Encoding.h
39 HPP += ErrorList.h
40 HPP += Exporter.h
41 HPP += FloatList.h
42 HPP += Floating.h
43 HPP += Font.h
44 HPP += FontIterator.h
45 HPP += Format.h
46 HPP += FuncRequest.h
47 HPP += FuncStatus.h
48 HPP += Graph.h
49 HPP += ISpell.h
50 HPP += Importer.h
51 HPP += InsetIterator.h
52 HPP += InsetList.h
53 HPP += Intl.h
54 HPP += KeyMap.h
55 HPP += KeySequence.h
56 HPP += LaTeX.h
57 HPP += LaTeXFeatures.h
58 HPP += Language.h
59 HPP += Layout.h
60 HPP += Length.h
61 HPP += Lexer.h
62 HPP += LyX.h
63 HPP += LyXAction.h
64 HPP += LyXFunc.h
65 HPP += LyXRC.h
66 HPP += LyXVC.h
67 HPP += MenuBackend.h
68 HPP += Messages.h
69 HPP += MetricsInfo.h
70 HPP += Mover.h
71 HPP += OutputParams.h
72 HPP += PSpell.h
73 HPP += ParIterator.h
74 HPP += Paragraph.h
75 HPP += ParagraphList.h
76 HPP += ParagraphMetrics.h
77 HPP += ParagraphParameters.h
78 HPP += PrinterParams.h
79 HPP += Row.h
80 HPP += Section.h
81 HPP += Server.h
82 HPP += ServerSocket.h
83 HPP += Session.h
84 HPP += Spacing.h
85 HPP += SpellBase.h
86 HPP += TexRow.h
87 HPP += Text.h
88 HPP += TextClass.h
89 HPP += TextClassList.h
90 HPP += TextMetrics.h
91 HPP += Thesaurus.h
92 HPP += TocBackend.h
93 HPP += ToolbarBackend.h
94 HPP += Trans.h
95 HPP += Undo.h
96 HPP += VCBackend.h
97 HPP += VSpace.h
98 #HPP += Variables.h
99 HPP += WordLangTuple.h
100 HPP += buffer_funcs.h
101 HPP += bufferview_funcs.h
102 HPP += callback.h
103 HPP += debug.h
104 HPP += factory.h
105 HPP += gettext.h
106 HPP += lengthcommon.h
107 HPP += lfuns.h
108 HPP += lyxfind.h
109 HPP += lyxlayout_ptr_fwd.h
110 HPP += output.h
111 HPP += output_docbook.h
112 HPP += output_latex.h
113 HPP += output_plaintext.h
114 HPP += paper.h
115 HPP += paragraph_funcs.h
116 HPP += pch.h
117 HPP += rowpainter.h
118 HPP += sgml.h
119 HPP += toc.h
120 HPP += update_flags.h
121 HPP += version.h
122
123 #CPP += ASpell.cpp
124 CPP += Author.cpp
125 CPP += BiblioInfo.cpp
126 CPP += Bidi.cpp
127 CPP += Box.cpp
128 CPP += BranchList.cpp
129 CPP += Buffer.cpp
130 CPP += BufferList.cpp
131 CPP += BufferParams.cpp
132 CPP += BufferView.cpp
133 CPP += Bullet.cpp
134 CPP += Changes.cpp
135 CPP += Chktex.cpp
136 CPP += Color.cpp
137 CPP += Converter.cpp
138 CPP += ConverterCache.cpp
139 CPP += CoordCache.cpp
140 CPP += Counters.cpp
141 CPP += Cursor.cpp
142 CPP += CursorSlice.cpp
143 CPP += CutAndPaste.cpp
144 CPP += DepTable.cpp
145 CPP += Dimension.cpp
146 CPP += DocIterator.cpp
147 CPP += Encoding.cpp
148 CPP += ErrorList.cpp
149 CPP += Exporter.cpp
150 CPP += FloatList.cpp
151 CPP += Floating.cpp
152 CPP += Font.cpp
153 CPP += FontIterator.cpp
154 CPP += Format.cpp
155 CPP += FuncRequest.cpp
156 CPP += FuncStatus.cpp
157 CPP += Graph.cpp
158 CPP += ISpell.cpp
159 CPP += Importer.cpp
160 CPP += InsetIterator.cpp
161 CPP += InsetList.cpp
162 CPP += Intl.cpp
163 CPP += KeyMap.cpp
164 CPP += KeySequence.cpp
165 CPP += LaTeX.cpp
166 CPP += LaTeXFeatures.cpp
167 CPP += Language.cpp
168 CPP += Layout.cpp
169 CPP += Length.cpp
170 CPP += Lexer.cpp
171 CPP += LyX.cpp
172 CPP += LyXAction.cpp
173 CPP += LyXFunc.cpp
174 CPP += LyXRC.cpp
175 CPP += LyXVC.cpp
176 CPP += MenuBackend.cpp
177 CPP += Messages.cpp
178 CPP += MetricsInfo.cpp
179 CPP += Mover.cpp
180 CPP += OutputParams.cpp
181 #CPP += PSpell.cpp
182 CPP += ParIterator.cpp
183 CPP += Paragraph.cpp
184 CPP += ParagraphMetrics.cpp
185 CPP += ParagraphParameters.cpp
186 CPP += PrinterParams.cpp
187 CPP += Row.cpp
188 CPP += Section.cpp
189 CPP += Server.cpp
190 CPP += ServerSocket.cpp
191 CPP += Session.cpp
192 CPP += Spacing.cpp
193 CPP += SpellBase.cpp
194 CPP += TexRow.cpp
195 CPP += Text.cpp
196 CPP += Text2.cpp
197 CPP += Text3.cpp
198 CPP += TextClass.cpp
199 CPP += TextClassList.cpp
200 CPP += TextMetrics.cpp
201 CPP += TocBackend.cpp
202 CPP += ToolbarBackend.cpp
203 CPP += Trans.cpp
204 CPP += Undo.cpp
205 CPP += VCBackend.cpp
206 CPP += VSpace.cpp
207 #CPP += Variables.cpp
208 CPP += boost.cpp
209 CPP += buffer_funcs.cpp
210 CPP += bufferview_funcs.cpp
211 CPP += callback.cpp
212 CPP += debug.cpp
213 CPP += factory.cpp
214 CPP += gettext.cpp
215 CPP += lengthcommon.cpp
216 CPP += lyxfind.cpp
217 CPP += output.cpp
218 CPP += output_docbook.cpp
219 CPP += output_latex.cpp
220 CPP += output_plaintext.cpp
221 CPP += paragraph_funcs.cpp
222 CPP += rowpainter.cpp
223 CPP += sgml.cpp
224 CPP += toc.cpp
225 CPP += version.cpp
226
227 CPP += Thesaurus.cpp
228
229 BASE = $${BUILD_BASE_SOURCE_DIR}/src/frontends/qt4
230
231
232 for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/$${FILE} }
233 for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/$${FILE} }
234 for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
235
236