]> git.lyx.org Git - lyx.git/blob - development/attic/qmake/lyx.pro
Customization: correct some color names.
[lyx.git] / development / attic / qmake / lyx.pro
1
2 TEMPLATE = app
3
4 DEFINES += QT_NO_KEYWORDS
5
6 DEFINES += BOOST_DISABLE_THREADS=1
7 DEFINES += BOOST_NO_WREGEX=1
8 DEFINES += BOOST_NO_WSTRING=1
9
10 cygwin {
11 DEFINES += BOOST_POSIX=1
12 DEFINES += BOOST_POSIX_API=1
13 DEFINES += BOOST_POSIX_PATH=1
14 }
15
16 LIBS += -laspell
17
18 INCLUDEPATH += \
19 ../../src \
20 ../../src/mathed \
21 ../../src/insets \
22 ../../src/frontends \
23 ../../src/frontends/qt4 \
24 ../../boost
25
26 SOURCES += \
27 ../../boost/libs/regex/src/cpp_regex_traits.cpp \
28 ../../boost/libs/regex/src/c_regex_traits.cpp \
29 ../../boost/libs/regex/src/cregex.cpp \
30 ../../boost/libs/regex/src/fileiter.cpp \
31 ../../boost/libs/regex/src/instances.cpp \
32 ../../boost/libs/regex/src/regex.cpp \
33 ../../boost/libs/regex/src/regex_raw_buffer.cpp \
34 ../../boost/libs/regex/src/regex_traits_defaults.cpp \
35 ../../boost/libs/regex/src/w32_regex_traits.cpp \
36 ../../boost/libs/regex/src/posix_api.cpp \
37 ../../boost/libs/regex/src/wide_posix_api.cpp \
38 ../../boost/libs/regex/src/regex_debug.cpp \
39 ../../boost/libs/regex/src/winstances.cpp \
40 ../../boost/libs/signals/src/connection.cpp \
41 ../../boost/libs/signals/src/named_slot_map.cpp \
42 ../../boost/libs/signals/src/signal_base.cpp \
43 ../../boost/libs/signals/src/slot.cpp \
44 ../../boost/libs/signals/src/trackable.cpp \
45 ../../src/Author.cpp \
46 ../../src/ASpell.cpp \
47 ../../src/BiblioInfo.cpp \
48 ../../src/Bidi.cpp \
49 ../../src/boost.cpp \
50 ../../src/Box.cpp \
51 ../../src/BranchList.cpp \
52 ../../src/Buffer.cpp \
53 ../../src/buffer_funcs.cpp \
54 ../../src/BufferList.cpp \
55 ../../src/BufferParams.cpp \
56 ../../src/BufferView.cpp \
57 ../../src/Bullet.cpp \
58 ../../src/Changes.cpp \
59 ../../src/Chktex.cpp \
60 ../../src/CmdDef.cpp \
61 ../../src/Color.cpp \
62 ../../src/ConverterCache.cpp \
63 ../../src/Converter.cpp \
64 ../../src/CoordCache.cpp \
65 ../../src/Counters.cpp \
66 ../../src/Cursor.cpp \
67 ../../src/CursorSlice.cpp \
68 ../../src/CutAndPaste.cpp \
69 ../../src/DepTable.cpp \
70 ../../src/Dimension.cpp \
71 ../../src/DocIterator.cpp \
72 ../../src/Encoding.cpp \
73 ../../src/ErrorList.cpp \
74 ../../src/Exporter.cpp \
75 ../../src/factory.cpp \
76 ../../src/Floating.cpp \
77 ../../src/FloatList.cpp \
78 ../../src/Font.cpp \
79 ../../src/FontInfo.cpp \
80 ../../src/FontList.cpp \
81 ../../src/Format.cpp \
82 ../../src/FuncRequest.cpp \
83 ../../src/FuncStatus.cpp \
84 ../../src/Graph.cpp \
85 ../../src/IndicesList.cpp \
86 ../../src/InsetIterator.cpp \
87 ../../src/InsetList.cpp \
88 ../../src/Intl.cpp \
89 ../../src/KeyMap.cpp \
90 ../../src/KeySequence.cpp \
91 ../../src/Language.cpp \
92 ../../src/LaTeX.cpp \
93 ../../src/LaTeXFeatures.cpp \
94 ../../src/LaTeXFonts.cpp \
95 ../../src/Layout.cpp \
96 ../../src/LayoutFile.cpp \
97 ../../src/LayoutModuleList.cpp \
98 ../../src/lengthcommon.cpp \
99 ../../src/Length.cpp \
100 ../../src/Lexer.cpp \
101 ../../src/LyXAction.cpp \
102 ../../src/LyX.cpp \
103 ../../src/lyxfind.cpp \
104 ../../src/LyXFunc.cpp \
105 ../../src/LyXRC.cpp \
106 ../../src/LyXVC.cpp \
107 ../../src/main.cpp \
108 ../../src/MetricsInfo.cpp \
109 ../../src/ModuleList.cpp \
110 ../../src/Mover.cpp \
111 ../../src/output.cpp \
112 ../../src/output_docbook.cpp \
113 ../../src/output_latex.cpp \
114 ../../src/OutputParams.cpp \
115 ../../src/output_plaintext.cpp \
116 ../../src/Paragraph.cpp \
117 ../../src/paragraph_funcs.cpp \
118 ../../src/ParagraphMetrics.cpp \
119 ../../src/ParagraphParameters.cpp \
120 ../../src/ParIterator.cpp \
121 ../../src/PDFOptions.cpp \
122 ../../src/PrinterParams.cpp \
123 ../../src/Row.cpp \
124 ../../src/rowpainter.cpp \
125 ../../src/Server.cpp \
126 ../../src/ServerSocket.cpp \
127 ../../src/Session.cpp \
128 ../../src/sgml.cpp \
129 ../../src/Spacing.cpp \
130 ../../src/TexRow.cpp \
131 ../../src/TexStream.cpp \
132 ../../src/Text2.cpp \
133 ../../src/Text3.cpp \
134 ../../src/TextClass.cpp \
135 ../../src/Text.cpp \
136 ../../src/TextMetrics.cpp \
137 ../../src/Thesaurus.cpp \
138 ../../src/TocBackend.cpp \
139 ../../src/Trans.cpp \
140 ../../src/Undo.cpp \
141 ../../src/VCBackend.cpp \
142 ../../src/version.cpp \
143 ../../src/VSpace.cpp \
144 ../../src/WordList.cpp \
145 ../../src/graphics/GraphicsCache.cpp \
146 ../../src/graphics/GraphicsCacheItem.cpp \
147 ../../src/graphics/GraphicsConverter.cpp \
148 ../../src/graphics/GraphicsLoader.cpp \
149 ../../src/graphics/GraphicsParams.cpp \
150 ../../src/graphics/PreviewImage.cpp \
151 ../../src/graphics/PreviewLoader.cpp \
152 ../../src/graphics/Previews.cpp \
153 ../../src/insets/ExternalSupport.cpp \
154 ../../src/insets/ExternalTemplate.cpp \
155 ../../src/insets/ExternalTransforms.cpp \
156 ../../src/insets/InsetArgument.cpp \
157 ../../src/insets/InsetBibitem.cpp \
158 ../../src/insets/InsetBibtex.cpp \
159 ../../src/insets/InsetBox.cpp \
160 ../../src/insets/InsetBranch.cpp \
161 ../../src/insets/InsetCaption.cpp \
162 ../../src/insets/InsetCitation.cpp \
163 ../../src/insets/InsetCollapsable.cpp \
164 ../../src/insets/InsetCommand.cpp \
165 ../../src/insets/InsetCommandParams.cpp \
166 ../../src/insets/Inset.cpp \
167 ../../src/insets/InsetERT.cpp \
168 ../../src/insets/InsetExternal.cpp \
169 ../../src/insets/InsetFlex.cpp \
170 ../../src/insets/InsetFloat.cpp \
171 ../../src/insets/InsetFloatList.cpp \
172 ../../src/insets/InsetFoot.cpp \
173 ../../src/insets/InsetFootlike.cpp \
174 ../../src/insets/InsetGraphics.cpp \
175 ../../src/insets/InsetGraphicsParams.cpp \
176 ../../src/insets/InsetHyperlink.cpp \
177 ../../src/insets/InsetInclude.cpp \
178 ../../src/insets/InsetIndex.cpp \
179 ../../src/insets/InsetInfo.cpp \
180 ../../src/insets/InsetLabel.cpp \
181 ../../src/insets/InsetLayout.cpp \
182 ../../src/insets/InsetLine.cpp \
183 ../../src/insets/InsetListings.cpp \
184 ../../src/insets/InsetListingsParams.cpp \
185 ../../src/insets/InsetMarginal.cpp \
186 ../../src/insets/InsetNewline.cpp \
187 ../../src/insets/InsetNewpage.cpp \
188 ../../src/insets/InsetNomencl.cpp \
189 ../../src/insets/InsetNote.cpp \
190 ../../src/insets/InsetPhantom.cpp \
191 ../../src/insets/InsetQuotes.cpp \
192 ../../src/insets/InsetRef.cpp \
193 ../../src/insets/InsetScript.cpp \
194 ../../src/insets/InsetSpace.cpp \
195 ../../src/insets/InsetSpecialChar.cpp \
196 ../../src/insets/InsetTabular.cpp \
197 ../../src/insets/InsetText.cpp \
198 ../../src/insets/InsetTOC.cpp \
199 ../../src/insets/InsetVSpace.cpp \
200 ../../src/insets/InsetWrap.cpp \
201 ../../src/insets/RenderButton.cpp \
202 ../../src/insets/RenderGraphic.cpp \
203 ../../src/insets/RenderPreview.cpp \
204 ../../src/mathed/CommandInset.cpp \
205 ../../src/mathed/InsetMathAMSArray.cpp \
206 ../../src/mathed/InsetMathArray.cpp \
207 ../../src/mathed/InsetMathBig.cpp \
208 ../../src/mathed/InsetMathBoldSymbol.cpp \
209 ../../src/mathed/InsetMathBox.cpp \
210 ../../src/mathed/InsetMathBrace.cpp \
211 ../../src/mathed/InsetMathCases.cpp \
212 ../../src/mathed/InsetMathChar.cpp \
213 ../../src/mathed/InsetMathColor.cpp \
214 ../../src/mathed/InsetMathComment.cpp \
215 ../../src/mathed/InsetMath.cpp \
216 ../../src/mathed/InsetMathDecoration.cpp \
217 ../../src/mathed/InsetMathDelim.cpp \
218 ../../src/mathed/InsetMathDiff.cpp \
219 ../../src/mathed/InsetMathDots.cpp \
220 ../../src/mathed/InsetMathEnsureMath.cpp \
221 ../../src/mathed/InsetMathEnv.cpp \
222 ../../src/mathed/InsetMathExFunc.cpp \
223 ../../src/mathed/InsetMathExInt.cpp \
224 ../../src/mathed/InsetMathFont.cpp \
225 ../../src/mathed/InsetMathFontOld.cpp \
226 ../../src/mathed/InsetMathFrac.cpp \
227 ../../src/mathed/InsetMathGrid.cpp \
228 ../../src/mathed/InsetMathHull.cpp \
229 ../../src/mathed/InsetMathKern.cpp \
230 ../../src/mathed/InsetMathLefteqn.cpp \
231 ../../src/mathed/InsetMathLim.cpp \
232 ../../src/mathed/InsetMathMatrix.cpp \
233 ../../src/mathed/InsetMathMBox.cpp \
234 ../../src/mathed/InsetMathNest.cpp \
235 ../../src/mathed/InsetMathNumber.cpp \
236 ../../src/mathed/InsetMathOverset.cpp \
237 ../../src/mathed/InsetMathPar.cpp \
238 ../../src/mathed/InsetMathPhantom.cpp \
239 ../../src/mathed/InsetMathRef.cpp \
240 ../../src/mathed/InsetMathRoot.cpp \
241 ../../src/mathed/InsetMathScript.cpp \
242 ../../src/mathed/InsetMathSize.cpp \
243 ../../src/mathed/InsetMathSpace.cpp \
244 ../../src/mathed/InsetMathSpecialChar.cpp \
245 ../../src/mathed/InsetMathSplit.cpp \
246 ../../src/mathed/InsetMathSqrt.cpp \
247 ../../src/mathed/InsetMathStackrel.cpp \
248 ../../src/mathed/InsetMathString.cpp \
249 ../../src/mathed/InsetMathSubstack.cpp \
250 ../../src/mathed/InsetMathSymbol.cpp \
251 ../../src/mathed/InsetMathTabular.cpp \
252 ../../src/mathed/InsetMathUnderset.cpp \
253 ../../src/mathed/InsetMathUnknown.cpp \
254 ../../src/mathed/InsetMathXArrow.cpp \
255 ../../src/mathed/InsetMathXYMatrix.cpp \
256 ../../src/mathed/MacroTable.cpp \
257 ../../src/mathed/MathAtom.cpp \
258 ../../src/mathed/MathAutoCorrect.cpp \
259 ../../src/mathed/MathData.cpp \
260 ../../src/mathed/MathExtern.cpp \
261 ../../src/mathed/MathFactory.cpp \
262 ../../src/mathed/MathMacroArgument.cpp \
263 ../../src/mathed/MathMacro.cpp \
264 ../../src/mathed/MathMacroTemplate.cpp \
265 ../../src/mathed/MathParser.cpp \
266 ../../src/mathed/MathStream.cpp \
267 ../../src/mathed/MathSupport.cpp \
268 ../../src/mathed/TextPainter.cpp \
269 ../../src/support/convert.cpp \
270 ../../src/support/debug.cpp \
271 ../../src/support/docstream.cpp \
272 ../../src/support/docstring.cpp \
273 ../../src/support/environment.cpp \
274 ../../src/support/FileMonitor.cpp \
275 ../../src/support/FileName.cpp \
276 ../../src/support/filetools.cpp \
277 ../../src/support/ForkedCalls.cpp \
278 ../../src/support/gettext.cpp \
279 ../../src/support/gzstream.cpp \
280 ../../src/support/kill.cpp \
281 ../../src/support/lassert.cpp \
282 ../../src/support/lstrings.cpp \
283 ../../src/support/lyxtime.cpp \
284 ../../src/support/Messages.cpp \
285 ../../src/support/mythes/mythes.cxx \
286 ../../src/support/os.cpp \
287 ../../src/support/Package.cpp \
288 ../../src/support/Path.cpp \
289 ../../src/support/qstring_helpers.cpp \
290 ../../src/support/SignalSlot.cpp \
291 ../../src/support/SignalSlotPrivate.cpp \
292 ../../src/support/socktools.cpp \
293 ../../src/support/Systemcall.cpp \
294 ../../src/support/Timeout.cpp \
295 ../../src/support/unicode.cpp \
296 ../../src/support/userinfo.cpp \
297 ../../src/frontends/qt4/Action.cpp \
298 ../../src/frontends/qt4/BulletsModule.cpp \
299 ../../src/frontends/qt4/ButtonController.cpp \
300 ../../src/frontends/qt4/ButtonPolicy.cpp \
301 ../../src/frontends/qt4/ColorCache.cpp \
302 ../../src/frontends/qt4/CustomizedWidgets.cpp \
303 ../../src/frontends/qt4/Dialog.cpp \
304 ../../src/frontends/qt4/EmptyTable.cpp \
305 ../../src/frontends/qt4/FileDialog.cpp \
306 ../../src/frontends/qt4/FindAndReplace.cpp \
307 ../../src/frontends/qt4/FloatPlacement.cpp \
308 ../../src/frontends/qt4/GuiAbout.cpp \
309 ../../src/frontends/qt4/GuiAlert.cpp \
310 ../../src/frontends/qt4/GuiApplication.cpp \
311 ../../src/frontends/qt4/GuiBibitem.cpp \
312 ../../src/frontends/qt4/GuiBibtex.cpp \
313 ../../src/frontends/qt4/GuiBox.cpp \
314 ../../src/frontends/qt4/GuiBranch.cpp \
315 ../../src/frontends/qt4/GuiBranches.cpp \
316 ../../src/frontends/qt4/GuiChanges.cpp \
317 ../../src/frontends/qt4/GuiCharacter.cpp \
318 ../../src/frontends/qt4/GuiCitation.cpp \
319 ../../src/frontends/qt4/GuiClipboard.cpp \
320 ../../src/frontends/qt4/GuiCommandBuffer.cpp \
321 ../../src/frontends/qt4/GuiCommandEdit.cpp \
322 ../../src/frontends/qt4/GuiCompleter.cpp \
323 ../../src/frontends/qt4/GuiDelimiter.cpp \
324 ../../src/frontends/qt4/GuiDialog.cpp \
325 ../../src/frontends/qt4/GuiDocument.cpp \
326 ../../src/frontends/qt4/GuiErrorList.cpp \
327 ../../src/frontends/qt4/GuiERT.cpp \
328 ../../src/frontends/qt4/GuiExternal.cpp \
329 ../../src/frontends/qt4/GuiFloat.cpp \
330 ../../src/frontends/qt4/GuiFontExample.cpp \
331 ../../src/frontends/qt4/GuiFontLoader.cpp \
332 ../../src/frontends/qt4/GuiFontMetrics.cpp \
333 ../../src/frontends/qt4/GuiGraphics.cpp \
334 ../../src/frontends/qt4/GuiHSpace.cpp \
335 ../../src/frontends/qt4/GuiHyperlink.cpp \
336 ../../src/frontends/qt4/GuiIdListModel.cpp \
337 ../../src/frontends/qt4/GuiImage.cpp \
338 ../../src/frontends/qt4/GuiInclude.cpp \
339 ../../src/frontends/qt4/GuiIndex.cpp \
340 ../../src/frontends/qt4/GuiIndices.cpp \
341 ../../src/frontends/qt4/GuiInfo.cpp \
342 ../../src/frontends/qt4/GuiKeySymbol.cpp \
343 ../../src/frontends/qt4/GuiLabel.cpp \
344 ../../src/frontends/qt4/GuiListings.cpp \
345 ../../src/frontends/qt4/GuiLog.cpp \
346 ../../src/frontends/qt4/GuiMathMatrix.cpp \
347 ../../src/frontends/qt4/GuiNomencl.cpp \
348 ../../src/frontends/qt4/GuiNote.cpp \
349 ../../src/frontends/qt4/GuiPainter.cpp \
350 ../../src/frontends/qt4/GuiParagraph.cpp \
351 ../../src/frontends/qt4/GuiPhantom.cpp \
352 ../../src/frontends/qt4/GuiPrefs.cpp \
353 ../../src/frontends/qt4/GuiPrint.cpp \
354 ../../src/frontends/qt4/GuiPrintindex.cpp \
355 ../../src/frontends/qt4/GuiPrintNomencl.cpp \
356 ../../src/frontends/qt4/GuiRef.cpp \
357 ../../src/frontends/qt4/GuiSearch.cpp \
358 ../../src/frontends/qt4/GuiSelection.cpp \
359 ../../src/frontends/qt4/GuiSelectionManager.cpp \
360 ../../src/frontends/qt4/GuiSendto.cpp \
361 ../../src/frontends/qt4/GuiSetBorder.cpp \
362 ../../src/frontends/qt4/GuiShowFile.cpp \
363 ../../src/frontends/qt4/GuiSpellchecker.cpp \
364 ../../src/frontends/qt4/GuiSymbols.cpp \
365 ../../src/frontends/qt4/GuiTabular.cpp \
366 ../../src/frontends/qt4/GuiTabularCreate.cpp \
367 ../../src/frontends/qt4/GuiTexinfo.cpp \
368 ../../src/frontends/qt4/GuiThesaurus.cpp \
369 ../../src/frontends/qt4/GuiToc.cpp \
370 ../../src/frontends/qt4/GuiToolbar.cpp \
371 ../../src/frontends/qt4/GuiView.cpp \
372 ../../src/frontends/qt4/GuiViewSource.cpp \
373 ../../src/frontends/qt4/GuiVSpace.cpp \
374 ../../src/frontends/qt4/GuiWorkArea.cpp \
375 ../../src/frontends/qt4/GuiWrap.cpp \
376 ../../src/frontends/qt4/IconPalette.cpp \
377 ../../src/frontends/qt4/InsertTableWidget.cpp \
378 ../../src/frontends/qt4/LaTeXHighlighter.cpp \
379 ../../src/frontends/qt4/LengthCombo.cpp \
380 ../../src/frontends/qt4/LyXFileDialog.cpp \
381 ../../src/frontends/qt4/Menus.cpp \
382 ../../src/frontends/qt4/PanelStack.cpp \
383 ../../src/frontends/qt4/qt_helpers.cpp \
384 ../../src/frontends/qt4/TocModel.cpp \
385 ../../src/frontends/qt4/TocWidget.cpp \
386 ../../src/frontends/qt4/Toolbars.cpp \
387 ../../src/frontends/qt4/Validator.cpp \
388 ../../src/frontends/WorkAreaManager.cpp \
389
390 HEADERS += \
391 ../../src/ASpell_local.h \
392 ../../src/Author.h \
393 ../../src/BiblioInfo.h \
394 ../../src/Bidi.h \
395 ../../src/Box.h \
396 ../../src/BranchList.h \
397 ../../src/buffer_funcs.h \
398 ../../src/Buffer.h \
399 ../../src/BufferList.h \
400 ../../src/BufferParams.h \
401 ../../src/BufferView.h \
402 ../../src/Bullet.h \
403 ../../src/Changes.h \
404 ../../src/Chktex.h \
405 ../../src/Citation.h \
406 ../../src/CmdDef.h \
407 ../../src/ColorCode.h \
408 ../../src/Color.h \
409 ../../src/CompletionList.h \
410 ../../src/ConverterCache.h \
411 ../../src/Converter.h \
412 ../../src/CoordCache.h \
413 ../../src/Counters.h \
414 ../../src/Cursor.h \
415 ../../src/CursorSlice.h \
416 ../../src/CutAndPaste.h \
417 ../../src/DepTable.h \
418 ../../src/Dimension.h \
419 ../../src/DispatchResult.h \
420 ../../src/DocIterator.h \
421 ../../src/Encoding.h \
422 ../../src/ErrorList.h \
423 ../../src/Exporter.h \
424 ../../src/factory.h \
425 ../../src/Floating.h \
426 ../../src/FloatList.h \
427 ../../src/FontEnums.h \
428 ../../src/Font.h \
429 ../../src/FontInfo.h \
430 ../../src/FontList.h \
431 ../../src/Format.h \
432 ../../src/FuncCode.h \
433 ../../src/FuncRequest.h \
434 ../../src/FuncStatus.h \
435 ../../src/Graph.h \
436 ../../src/InsetIterator.h \
437 ../../src/InsetList.h \
438 ../../src/Intl.h \
439 ../../src/KeyMap.h \
440 ../../src/KeySequence.h \
441 ../../src/Language.h \
442 ../../src/LaTeXFeatures.h \
443 ../../src/LaTeXFonts.h \
444 ../../src/LaTeX.h \
445 ../../src/LayoutEnums.h \
446 ../../src/LayoutFile.h \
447 ../../src/LayoutModuleList.h \
448 ../../src/Layout.h \
449 ../../src/Length.h \
450 ../../src/Lexer.h \
451 ../../src/LyXAction.h \
452 ../../src/lyxfind.h \
453 ../../src/LyXFunc.h \
454 ../../src/LyX.h \
455 ../../src/LyXRC.h \
456 ../../src/LyXVC.h \
457 ../../src/MetricsInfo.h \
458 ../../src/ModuleList.h \
459 ../../src/Mover.h \
460 ../../src/output_docbook.h \
461 ../../src/output.h \
462 ../../src/output_latex.h \
463 ../../src/OutputParams.h \
464 ../../src/output_plaintext.h \
465 ../../src/paper.h \
466 ../../src/paragraph_funcs.h \
467 ../../src/Paragraph.h \
468 ../../src/ParagraphList.h \
469 ../../src/ParagraphMetrics.h \
470 ../../src/ParagraphParameters.h \
471 ../../src/ParIterator.h \
472 ../../src/PDFOptions.h \
473 ../../src/PrinterParams.h \
474 ../../src/Row.h \
475 ../../src/rowpainter.h \
476 ../../src/Server.h \
477 ../../src/ServerSocket.h \
478 ../../src/Session.h \
479 ../../src/sgml.h \
480 ../../src/Spacing.h \
481 ../../src/TexRow.h \
482 ../../src/TexStream.h \
483 ../../src/TextClass.h \
484 ../../src/Text.h \
485 ../../src/TextMetrics.h \
486 ../../src/Thesaurus.h \
487 ../../src/TocBackend.h \
488 ../../src/Trans.h \
489 ../../src/Undo.h \
490 ../../src/update_flags.h \
491 ../../src/VCBackend.h \
492 ../../src/version.h \
493 ../../src/VSpace.h \
494 ../../src/WordLangTuple.h \
495 ../../src/WordList.h \
496 ../../src/insets/ExternalSupport.h \
497 ../../src/insets/ExternalTemplate.h \
498 ../../src/insets/ExternalTransforms.h \
499 ../../src/insets/Inset.h \
500 ../../src/insets/InsetArgument.h \
501 ../../src/insets/InsetBibitem.h \
502 ../../src/insets/InsetBibtex.h \
503 ../../src/insets/InsetBox.h \
504 ../../src/insets/InsetBranch.h \
505 ../../src/insets/InsetCaption.h \
506 ../../src/insets/InsetCitation.h \
507 ../../src/insets/InsetCode.h \
508 ../../src/insets/InsetCollapsable.h \
509 ../../src/insets/InsetCommand.h \
510 ../../src/insets/InsetCommandParams.h \
511 ../../src/insets/InsetERT.h \
512 ../../src/insets/InsetExternal.h \
513 ../../src/insets/InsetFlex.h \
514 ../../src/insets/InsetFloat.h \
515 ../../src/insets/InsetFloatList.h \
516 ../../src/insets/InsetFoot.h \
517 ../../src/insets/InsetFootlike.h \
518 ../../src/insets/InsetGraphics.h \
519 ../../src/insets/InsetGraphicsParams.h \
520 ../../src/insets/InsetHyperlink.h \
521 ../../src/insets/InsetInclude.h \
522 ../../src/insets/InsetIndex.h \
523 ../../src/insets/InsetInfo.h \
524 ../../src/insets/InsetLabel.h \
525 ../../src/insets/InsetLayout.h \
526 ../../src/insets/InsetLine.h \
527 ../../src/insets/InsetListings.h \
528 ../../src/insets/InsetListingsParams.h \
529 ../../src/insets/InsetMarginal.h \
530 ../../src/insets/InsetNewline.h \
531 ../../src/insets/InsetNewpage.h \
532 ../../src/insets/InsetNomencl.h \
533 ../../src/insets/InsetNote.h \
534 ../../src/insets/InsetQuotes.h \
535 ../../src/insets/InsetPhantom.h \
536 ../../src/insets/InsetRef.h \
537 ../../src/insets/InsetScript.h \
538 ../../src/insets/InsetSpace.h \
539 ../../src/insets/InsetSpecialChar.h \
540 ../../src/insets/InsetTOC.h \
541 ../../src/insets/InsetTabular.h \
542 ../../src/insets/InsetText.h \
543 ../../src/insets/InsetVSpace.h \
544 ../../src/insets/InsetWrap.h \
545 ../../src/insets/RenderBase.h \
546 ../../src/insets/RenderButton.h \
547 ../../src/insets/RenderGraphic.h \
548 ../../src/insets/RenderPreview.h \
549 ../../src/graphics/GraphicsCacheItem.h \
550 ../../src/graphics/PreviewImage.h \
551 ../../src/graphics/GraphicsImage.h \
552 ../../src/graphics/GraphicsParams.h \
553 ../../src/graphics/GraphicsCache.h \
554 ../../src/graphics/GraphicsLoader.h \
555 ../../src/graphics/GraphicsConverter.h \
556 ../../src/graphics/PreviewLoader.h \
557 ../../src/graphics/GraphicsTypes.h \
558 ../../src/graphics/Previews.h \
559 ../../src/support/convert.h \
560 ../../src/support/copied_ptr.h \
561 ../../src/support/debug.h \
562 ../../src/support/docstream.h \
563 ../../src/support/docstring.h \
564 ../../src/support/docstring_list.h \
565 ../../src/support/environment.h \
566 ../../src/support/ExceptionMessage.h \
567 ../../src/support/FileMonitor.h \
568 ../../src/support/FileName.h \
569 ../../src/support/FileNameList.h \
570 ../../src/support/filetools.h \
571 ../../src/support/foreach.h \
572 ../../src/support/ForkedCalls.h \
573 ../../src/support/gettext.h \
574 ../../src/support/gzstream.h \
575 ../../src/support/lassert.h \
576 ../../src/support/limited_stack.h \
577 ../../src/support/linkback/AppleScript.h \
578 ../../src/support/linkback/LinkBack.h \
579 ../../src/support/linkback/LinkBackProxy.h \
580 ../../src/support/linkback/LinkBackServer.h \
581 ../../src/support/lstrings.h \
582 ../../src/support/lyxalgo.h \
583 ../../src/support/lyxlib.h \
584 ../../src/support/lyxtime.h \
585 ../../src/support/mythes/mythes.hxx \
586 ../../src/support/Messages.h \
587 ../../src/support/os.h \
588 ../../src/support/os_win32.h \
589 ../../src/support/Package.h \
590 ../../src/support/Path.h \
591 ../../src/support/qstring_helpers.h \
592 ../../src/support/RandomAccessList.h \
593 ../../src/support/socktools.h \
594 ../../src/support/strfwd.h \
595 ../../src/support/SignalSlot.h \
596 ../../src/support/SignalSlotPrivate.h \
597 ../../src/support/Systemcall.h \
598 ../../src/support/SystemcallPrivate.h \
599 ../../src/support/textutils.h \
600 ../../src/support/Timeout.h \
601 ../../src/support/Translator.h \
602 ../../src/support/types.h \
603 ../../src/support/unicode.h \
604 ../../src/support/userinfo.h \
605 ../../src/support/weighted_btree.h \
606 ../../src/mathed/CommandInset.h \
607 ../../src/mathed/InsetMath.h \
608 ../../src/mathed/InsetMathAMSArray.h \
609 ../../src/mathed/InsetMathArray.h \
610 ../../src/mathed/InsetMathBig.h \
611 ../../src/mathed/InsetMathBoldSymbol.h \
612 ../../src/mathed/InsetMathBox.h \
613 ../../src/mathed/InsetMathBrace.h \
614 ../../src/mathed/InsetMathCases.h \
615 ../../src/mathed/InsetMathChar.h \
616 ../../src/mathed/InsetMathColor.h \
617 ../../src/mathed/InsetMathComment.h \
618 ../../src/mathed/InsetMathDecoration.h \
619 ../../src/mathed/InsetMathDelim.h \
620 ../../src/mathed/InsetMathDiff.h \
621 ../../src/mathed/InsetMathDots.h \
622 ../../src/mathed/InsetMathEnsureMath.h \
623 ../../src/mathed/InsetMathEnv.h \
624 ../../src/mathed/InsetMathExFunc.h \
625 ../../src/mathed/InsetMathExInt.h \
626 ../../src/mathed/InsetMathFont.h \
627 ../../src/mathed/InsetMathFontOld.h \
628 ../../src/mathed/InsetMathFrac.h \
629 ../../src/mathed/InsetMathGrid.h \
630 ../../src/mathed/InsetMathHull.h \
631 ../../src/mathed/InsetMathKern.h \
632 ../../src/mathed/InsetMathLefteqn.h \
633 ../../src/mathed/InsetMathLim.h \
634 ../../src/mathed/InsetMathMBox.h \
635 ../../src/mathed/InsetMathMatrix.h \
636 ../../src/mathed/InsetMathNest.h \
637 ../../src/mathed/InsetMathNumber.h \
638 ../../src/mathed/InsetMathOverset.h \
639 ../../src/mathed/InsetMathPar.h \
640 ../../src/mathed/InsetMathPhantom.h \
641 ../../src/mathed/InsetMathRef.h \
642 ../../src/mathed/InsetMathRoot.h \
643 ../../src/mathed/InsetMathScript.h \
644 ../../src/mathed/InsetMathSize.h \
645 ../../src/mathed/InsetMathSpace.h \
646 ../../src/mathed/InsetMathSpecialChar.h \
647 ../../src/mathed/InsetMathSplit.h \
648 ../../src/mathed/InsetMathSqrt.h \
649 ../../src/mathed/InsetMathStackrel.h \
650 ../../src/mathed/InsetMathString.h \
651 ../../src/mathed/InsetMathSubstack.h \
652 ../../src/mathed/InsetMathSymbol.h \
653 ../../src/mathed/InsetMathTabular.h \
654 ../../src/mathed/InsetMathUnderset.h \
655 ../../src/mathed/InsetMathUnknown.h \
656 ../../src/mathed/InsetMathXArrow.h \
657 ../../src/mathed/InsetMathXYMatrix.h \
658 ../../src/mathed/MacroTable.h \
659 ../../src/mathed/MathAtom.h \
660 ../../src/mathed/MathAutoCorrect.h \
661 ../../src/mathed/MathCompletionList.h \
662 ../../src/mathed/MathData.h \
663 ../../src/mathed/MathExtern.h \
664 ../../src/mathed/MathFactory.h \
665 ../../src/mathed/MathGridInfo.h \
666 ../../src/mathed/MathMacro.h \
667 ../../src/mathed/MathMacroArgument.h \
668 ../../src/mathed/MathMacroTemplate.h \
669 ../../src/mathed/MathParser.h \
670 ../../src/mathed/MathStream.h \
671 ../../src/mathed/MathSupport.h \
672 ../../src/mathed/ReplaceData.h \
673 ../../src/mathed/TextPainter.h \
674 ../../src/frontends/WorkAreaManager.h \
675 ../../src/frontends/LyXView.h \
676 ../../src/frontends/Selection.h \
677 ../../src/frontends/Application.h \
678 ../../src/frontends/Painter.h \
679 ../../src/frontends/alert.h \
680 ../../src/frontends/Clipboard.h \
681 ../../src/frontends/KeyModifier.h \
682 ../../src/frontends/qt4/Action.h \
683 ../../src/frontends/qt4/BulletsModule.h \
684 ../../src/frontends/qt4/ButtonController.h \
685 ../../src/frontends/qt4/ButtonPolicy.h \
686 ../../src/frontends/qt4/ColorCache.h \
687 ../../src/frontends/qt4/CustomizedWidgets.h \
688 ../../src/frontends/qt4/Dialog.h \
689 ../../src/frontends/qt4/DialogView.h \
690 ../../src/frontends/qt4/DockView.h \
691 ../../src/frontends/qt4/EmptyTable.h \
692 ../../src/frontends/qt4/FileDialog.h \
693 ../../src/frontends/qt4/FindAndReplace.h \
694 ../../src/frontends/qt4/FloatPlacement.h \
695 ../../src/frontends/qt4/GuiAbout.h \
696 ../../src/frontends/qt4/GuiApplication.h \
697 ../../src/frontends/qt4/GuiBibitem.h \
698 ../../src/frontends/qt4/GuiBibtex.h \
699 ../../src/frontends/qt4/GuiBox.h \
700 ../../src/frontends/qt4/GuiBranches.h \
701 ../../src/frontends/qt4/GuiBranch.h \
702 ../../src/frontends/qt4/GuiChanges.h \
703 ../../src/frontends/qt4/GuiCharacter.h \
704 ../../src/frontends/qt4/GuiCitation.h \
705 ../../src/frontends/qt4/GuiClipboard.h \
706 ../../src/frontends/qt4/GuiCommandBuffer.h \
707 ../../src/frontends/qt4/GuiCommandEdit.h \
708 ../../src/frontends/qt4/GuiCompleter.h \
709 ../../src/frontends/qt4/GuiDelimiter.h \
710 ../../src/frontends/qt4/GuiDialog.h \
711 ../../src/frontends/qt4/GuiDocument.h \
712 ../../src/frontends/qt4/GuiErrorList.h \
713 ../../src/frontends/qt4/GuiERT.h \
714 ../../src/frontends/qt4/GuiExternal.h \
715 ../../src/frontends/qt4/GuiFloat.h \
716 ../../src/frontends/qt4/GuiFontExample.h \
717 ../../src/frontends/qt4/GuiFontLoader.h \
718 ../../src/frontends/qt4/GuiFontMetrics.h \
719 ../../src/frontends/qt4/GuiGraphics.h \
720 ../../src/frontends/qt4/GuiGraphicsUi.h \
721 ../../src/frontends/qt4/GuiHSpace.h \
722 ../../src/frontends/qt4/GuiHyperlink.h \
723 ../../src/frontends/qt4/GuiIdListModel.h \
724 ../../src/frontends/qt4/GuiImage.h \
725 ../../src/frontends/qt4/GuiInclude.h \
726 ../../src/frontends/qt4/GuiIndex.h \
727 ../../src/frontends/qt4/GuiIndices.h \
728 ../../src/frontends/qt4/GuiInfo.h \
729 ../../src/frontends/qt4/GuiKeySymbol.h \
730 ../../src/frontends/qt4/GuiLabel.h \
731 ../../src/frontends/qt4/GuiListings.h \
732 ../../src/frontends/qt4/GuiLog.h \
733 ../../src/frontends/qt4/GuiMathMatrix.h \
734 ../../src/frontends/qt4/GuiNomencl.h \
735 ../../src/frontends/qt4/GuiNote.h \
736 ../../src/frontends/qt4/GuiPainter.h \
737 ../../src/frontends/qt4/GuiParagraph.h \
738 ../../src/frontends/qt4/GuiPhantom.h \
739 ../../src/frontends/qt4/GuiPrefs.h \
740 ../../src/frontends/qt4/GuiPrint.h \
741 ../../src/frontends/qt4/GuiPrintindex.h \
742 ../../src/frontends/qt4/GuiPrintNomencl.h \
743 ../../src/frontends/qt4/GuiRef.h \
744 ../../src/frontends/qt4/GuiSearch.h \
745 ../../src/frontends/qt4/GuiSelection.h \
746 ../../src/frontends/qt4/GuiSelectionManager.h \
747 ../../src/frontends/qt4/GuiSendto.h \
748 ../../src/frontends/qt4/GuiSetBorder.h \
749 ../../src/frontends/qt4/GuiShowFile.h \
750 ../../src/frontends/qt4/GuiSpellchecker.h \
751 ../../src/frontends/qt4/GuiSymbols.h \
752 ../../src/frontends/qt4/GuiTabularCreate.h \
753 ../../src/frontends/qt4/GuiTabular.h \
754 ../../src/frontends/qt4/GuiTexinfo.h \
755 ../../src/frontends/qt4/GuiThesaurus.h \
756 ../../src/frontends/qt4/GuiToc.h \
757 ../../src/frontends/qt4/GuiToolbar.h \
758 ../../src/frontends/qt4/GuiView.h \
759 ../../src/frontends/qt4/GuiViewSource.h \
760 ../../src/frontends/qt4/GuiVSpace.h \
761 ../../src/frontends/qt4/GuiWorkArea.h \
762 ../../src/frontends/qt4/GuiWrap.h \
763 ../../src/frontends/qt4/IconPalette.h \
764 ../../src/frontends/qt4/InsertTableWidget.h \
765 ../../src/frontends/qt4/LaTeXHighlighter.h \
766 ../../src/frontends/qt4/LengthCombo.h \
767 ../../src/frontends/qt4/LyXFileDialog.h \
768 ../../src/frontends/qt4/Menus.h \
769 ../../src/frontends/qt4/PanelStack.h \
770 ../../src/frontends/qt4/qt_helpers.h \
771 ../../src/frontends/qt4/qt_i18n.h \
772 ../../src/frontends/qt4/TocModel.h \
773 ../../src/frontends/qt4/TocWidget.h \
774 ../../src/frontends/qt4/Toolbars.h \
775 ../../src/frontends/qt4/Validator.h \
776 ../../src/frontends/WorkArea.h \
777 ../../src/frontends/FontLoader.h \
778 ../../src/frontends/mouse_state.h \
779 ../../src/frontends/FontMetrics.h \
780 ../../src/frontends/KeySymbol.h \
781 ../../src/frontends/Delegates.h
782
783 FORMS = \
784 ../../src/frontends/qt4/ui/AboutUi.ui \
785 ../../src/frontends/qt4/ui/BibitemUi.ui \
786 ../../src/frontends/qt4/ui/BiblioUi.ui \
787 ../../src/frontends/qt4/ui/BibtexAddUi.ui \
788 ../../src/frontends/qt4/ui/BibtexUi.ui \
789 ../../src/frontends/qt4/ui/BoxUi.ui \
790 ../../src/frontends/qt4/ui/BranchesUi.ui \
791 ../../src/frontends/qt4/ui/BranchUi.ui \
792 ../../src/frontends/qt4/ui/BulletsUi.ui \
793 ../../src/frontends/qt4/ui/ChangesUi.ui \
794 ../../src/frontends/qt4/ui/CharacterUi.ui \
795 ../../src/frontends/qt4/ui/CitationUi.ui \
796 ../../src/frontends/qt4/ui/DelimiterUi.ui \
797 ../../src/frontends/qt4/ui/DocumentUi.ui \
798 ../../src/frontends/qt4/ui/ErrorListUi.ui \
799 ../../src/frontends/qt4/ui/ERTUi.ui \
800 ../../src/frontends/qt4/ui/ExternalUi.ui \
801 ../../src/frontends/qt4/ui/FindAndReplaceUi.ui \
802 ../../src/frontends/qt4/ui/FloatPlacementUi.ui \
803 ../../src/frontends/qt4/ui/FontUi.ui \
804 ../../src/frontends/qt4/ui/GraphicsUi.ui \
805 ../../src/frontends/qt4/ui/HSpaceUi.ui \
806 ../../src/frontends/qt4/ui/HyperlinkUi.ui \
807 ../../src/frontends/qt4/ui/IndexUi.ui \
808 ../../src/frontends/qt4/ui/IndicesUi.ui \
809 ../../src/frontends/qt4/ui/IncludeUi.ui \
810 ../../src/frontends/qt4/ui/InfoUi.ui \
811 ../../src/frontends/qt4/ui/LabelUi.ui \
812 ../../src/frontends/qt4/ui/LanguageUi.ui \
813 ../../src/frontends/qt4/ui/LaTeXUi.ui \
814 ../../src/frontends/qt4/ui/ListingsUi.ui \
815 ../../src/frontends/qt4/ui/LogUi.ui \
816 ../../src/frontends/qt4/ui/MarginsUi.ui \
817 ../../src/frontends/qt4/ui/MathMatrixUi.ui \
818 ../../src/frontends/qt4/ui/MathsUi.ui \
819 ../../src/frontends/qt4/ui/ModulesUi.ui \
820 ../../src/frontends/qt4/ui/NomenclUi.ui \
821 ../../src/frontends/qt4/ui/NoteUi.ui \
822 ../../src/frontends/qt4/ui/NumberingUi.ui \
823 ../../src/frontends/qt4/ui/OutputUi.ui \
824 ../../src/frontends/qt4/ui/PageLayoutUi.ui \
825 ../../src/frontends/qt4/ui/ParagraphUi.ui \
826 ../../src/frontends/qt4/ui/PDFSupportUi.ui \
827 ../../src/frontends/qt4/ui/PhantomUi.ui \
828 ../../src/frontends/qt4/ui/PreambleUi.ui \
829 ../../src/frontends/qt4/ui/PrefColorsUi.ui \
830 ../../src/frontends/qt4/ui/PrefCompletionUi.ui \
831 ../../src/frontends/qt4/ui/PrefConvertersUi.ui \
832 ../../src/frontends/qt4/ui/PrefDisplayUi.ui \
833 ../../src/frontends/qt4/ui/PrefEditUi.ui \
834 ../../src/frontends/qt4/ui/PrefFileformatsUi.ui \
835 ../../src/frontends/qt4/ui/PrefIdentityUi.ui \
836 ../../src/frontends/qt4/ui/PrefInputUi.ui \
837 ../../src/frontends/qt4/ui/PrefLanguageUi.ui \
838 ../../src/frontends/qt4/ui/PrefLatexUi.ui \
839 ../../src/frontends/qt4/ui/PrefPathsUi.ui \
840 ../../src/frontends/qt4/ui/PrefPrinterUi.ui \
841 ../../src/frontends/qt4/ui/PrefScreenFontsUi.ui \
842 ../../src/frontends/qt4/ui/PrefShortcutsUi.ui \
843 ../../src/frontends/qt4/ui/PrefSpellcheckerUi.ui \
844 ../../src/frontends/qt4/ui/PrefsUi.ui \
845 ../../src/frontends/qt4/ui/PrefUi.ui \
846 ../../src/frontends/qt4/ui/PrintUi.ui \
847 ../../src/frontends/qt4/ui/PrintindexUi.ui \
848 ../../src/frontends/qt4/ui/PrintNomenclUi.ui \
849 ../../src/frontends/qt4/ui/RefUi.ui \
850 ../../src/frontends/qt4/ui/SearchUi.ui \
851 ../../src/frontends/qt4/ui/SendtoUi.ui \
852 ../../src/frontends/qt4/ui/ShortcutUi.ui \
853 ../../src/frontends/qt4/ui/ShowFileUi.ui \
854 ../../src/frontends/qt4/ui/SpellcheckerUi.ui \
855 ../../src/frontends/qt4/ui/SymbolsUi.ui \
856 ../../src/frontends/qt4/ui/TabularCreateUi.ui \
857 ../../src/frontends/qt4/ui/TabularUi.ui \
858 ../../src/frontends/qt4/ui/TexinfoUi.ui \
859 ../../src/frontends/qt4/ui/TextLayoutUi.ui \
860 ../../src/frontends/qt4/ui/ThesaurusUi.ui \
861 ../../src/frontends/qt4/ui/TocUi.ui \
862 ../../src/frontends/qt4/ui/ToggleWarningUi.ui \
863 ../../src/frontends/qt4/ui/ViewSourceUi.ui \
864 ../../src/frontends/qt4/ui/VSpaceUi.ui \
865 ../../src/frontends/qt4/ui/WrapUi.ui \
866
867 RESOURCES += $$PWD/Resources.qrc
868
869 aspell {
870 SOURCES += ../../src/ASpell.cpp 
871 }