mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Update lyx.pro file. Still more convenient to use with Qt Creator.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29877 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3e18652f8e
commit
3a58d7c205
@ -13,6 +13,7 @@ DEFINES += BOOST_POSIX_API=1
|
||||
DEFINES += BOOST_POSIX_PATH=1
|
||||
}
|
||||
|
||||
LIBS += -laspell
|
||||
|
||||
INCLUDEPATH += \
|
||||
../../src \
|
||||
@ -23,8 +24,6 @@ INCLUDEPATH += \
|
||||
../../boost
|
||||
|
||||
SOURCES += \
|
||||
../../src/support/SignalSlot.cpp \
|
||||
../../src/support/SignalSlotPrivate.cpp \
|
||||
../../boost/libs/regex/src/cpp_regex_traits.cpp \
|
||||
../../boost/libs/regex/src/c_regex_traits.cpp \
|
||||
../../boost/libs/regex/src/cregex.cpp \
|
||||
@ -43,21 +42,113 @@ SOURCES += \
|
||||
../../boost/libs/signals/src/signal_base.cpp \
|
||||
../../boost/libs/signals/src/slot.cpp \
|
||||
../../boost/libs/signals/src/trackable.cpp \
|
||||
../../src/PDFOptions.cpp \
|
||||
../../src/ConverterCache.cpp \
|
||||
../../src/ServerSocket.cpp \
|
||||
../../src/Counters.cpp \
|
||||
../../src/Encoding.cpp \
|
||||
../../src/FloatList.cpp \
|
||||
../../src/TocBackend.cpp \
|
||||
../../src/Author.cpp \
|
||||
../../src/ASpell.cpp \
|
||||
../../src/BiblioInfo.cpp \
|
||||
../../src/Bidi.cpp \
|
||||
../../src/boost.cpp \
|
||||
../../src/Box.cpp \
|
||||
../../src/BranchList.cpp \
|
||||
../../src/rowpainter.cpp \
|
||||
../../src/Buffer.cpp \
|
||||
../../src/SpellBase.cpp \
|
||||
../../src/LyXRC.cpp \
|
||||
../../src/Font.cpp \
|
||||
../../src/buffer_funcs.cpp \
|
||||
../../src/BufferList.cpp \
|
||||
../../src/BufferParams.cpp \
|
||||
../../src/BufferView.cpp \
|
||||
../../src/Bullet.cpp \
|
||||
../../src/Changes.cpp \
|
||||
../../src/Chktex.cpp \
|
||||
../../src/CmdDef.cpp \
|
||||
../../src/Color.cpp \
|
||||
../../src/ConverterCache.cpp \
|
||||
../../src/Converter.cpp \
|
||||
../../src/CoordCache.cpp \
|
||||
../../src/Counters.cpp \
|
||||
../../src/Cursor.cpp \
|
||||
../../src/CursorSlice.cpp \
|
||||
../../src/CutAndPaste.cpp \
|
||||
../../src/DepTable.cpp \
|
||||
../../src/Dimension.cpp \
|
||||
../../src/DocIterator.cpp \
|
||||
../../src/Encoding.cpp \
|
||||
../../src/ErrorList.cpp \
|
||||
../../src/Exporter.cpp \
|
||||
../../src/factory.cpp \
|
||||
../../src/Floating.cpp \
|
||||
../../src/FloatList.cpp \
|
||||
../../src/Font.cpp \
|
||||
../../src/FontInfo.cpp \
|
||||
../../src/FontList.cpp \
|
||||
../../src/Format.cpp \
|
||||
../../src/FuncRequest.cpp \
|
||||
../../src/FuncStatus.cpp \
|
||||
../../src/Graph.cpp \
|
||||
../../src/IndicesList.cpp \
|
||||
../../src/InsetIterator.cpp \
|
||||
../../src/InsetList.cpp \
|
||||
../../src/Intl.cpp \
|
||||
../../src/KeyMap.cpp \
|
||||
../../src/KeySequence.cpp \
|
||||
../../src/Language.cpp \
|
||||
../../src/LaTeX.cpp \
|
||||
../../src/LaTeXFeatures.cpp \
|
||||
../../src/Layout.cpp \
|
||||
../../src/LayoutFile.cpp \
|
||||
../../src/LayoutModuleList.cpp \
|
||||
../../src/lengthcommon.cpp \
|
||||
../../src/Length.cpp \
|
||||
../../src/Lexer.cpp \
|
||||
../../src/LyXAction.cpp \
|
||||
../../src/LyX.cpp \
|
||||
../../src/lyxfind.cpp \
|
||||
../../src/LyXFunc.cpp \
|
||||
../../src/LyXRC.cpp \
|
||||
../../src/LyXVC.cpp \
|
||||
../../src/main.cpp \
|
||||
../../src/MetricsInfo.cpp \
|
||||
../../src/ModuleList.cpp \
|
||||
../../src/Mover.cpp \
|
||||
../../src/output.cpp \
|
||||
../../src/output_docbook.cpp \
|
||||
../../src/output_latex.cpp \
|
||||
../../src/OutputParams.cpp \
|
||||
../../src/output_plaintext.cpp \
|
||||
../../src/Paragraph.cpp \
|
||||
../../src/paragraph_funcs.cpp \
|
||||
../../src/ParagraphMetrics.cpp \
|
||||
../../src/ParagraphParameters.cpp \
|
||||
../../src/ParIterator.cpp \
|
||||
../../src/PDFOptions.cpp \
|
||||
../../src/PrinterParams.cpp \
|
||||
../../src/Row.cpp \
|
||||
../../src/rowpainter.cpp \
|
||||
../../src/Server.cpp \
|
||||
../../src/ServerSocket.cpp \
|
||||
../../src/Session.cpp \
|
||||
../../src/sgml.cpp \
|
||||
../../src/Spacing.cpp \
|
||||
../../src/TexRow.cpp \
|
||||
../../src/TexStream.cpp \
|
||||
../../src/Text2.cpp \
|
||||
../../src/Text3.cpp \
|
||||
../../src/TextClass.cpp \
|
||||
../../src/Text.cpp \
|
||||
../../src/TextMetrics.cpp \
|
||||
../../src/Thesaurus.cpp \
|
||||
../../src/TocBackend.cpp \
|
||||
../../src/Trans.cpp \
|
||||
../../src/Undo.cpp \
|
||||
../../src/VCBackend.cpp \
|
||||
../../src/version.cpp \
|
||||
../../src/VSpace.cpp \
|
||||
../../src/WordList.cpp \
|
||||
../../src/graphics/GraphicsCache.cpp \
|
||||
../../src/graphics/GraphicsCacheItem.cpp \
|
||||
../../src/graphics/GraphicsConverter.cpp \
|
||||
../../src/graphics/GraphicsLoader.cpp \
|
||||
../../src/graphics/GraphicsParams.cpp \
|
||||
../../src/graphics/PreviewImage.cpp \
|
||||
../../src/graphics/PreviewLoader.cpp \
|
||||
../../src/graphics/Previews.cpp \
|
||||
../../src/insets/ExternalSupport.cpp \
|
||||
../../src/insets/ExternalTemplate.cpp \
|
||||
../../src/insets/ExternalTransforms.cpp \
|
||||
@ -95,6 +186,7 @@ SOURCES += \
|
||||
../../src/insets/InsetNomencl.cpp \
|
||||
../../src/insets/InsetNote.cpp \
|
||||
../../src/insets/InsetOptArg.cpp \
|
||||
../../src/insets/InsetPhantom.cpp \
|
||||
../../src/insets/InsetQuotes.cpp \
|
||||
../../src/insets/InsetRef.cpp \
|
||||
../../src/insets/InsetSpace.cpp \
|
||||
@ -107,98 +199,6 @@ SOURCES += \
|
||||
../../src/insets/RenderButton.cpp \
|
||||
../../src/insets/RenderGraphic.cpp \
|
||||
../../src/insets/RenderPreview.cpp \
|
||||
../../src/Color.cpp \
|
||||
../../src/graphics/PreviewLoader.cpp \
|
||||
../../src/graphics/Previews.cpp \
|
||||
../../src/graphics/GraphicsLoader.cpp \
|
||||
../../src/graphics/GraphicsParams.cpp \
|
||||
../../src/graphics/GraphicsConverter.cpp \
|
||||
../../src/graphics/GraphicsCacheItem.cpp \
|
||||
../../src/graphics/PreviewImage.cpp \
|
||||
../../src/graphics/GraphicsCache.cpp \
|
||||
../../src/version.cpp \
|
||||
../../src/Box.cpp \
|
||||
../../src/Server.cpp \
|
||||
../../src/WordList.cpp \
|
||||
../../src/LaTeXFeatures.cpp \
|
||||
../../src/FontInfo.cpp \
|
||||
../../src/Session.cpp \
|
||||
../../src/factory.cpp \
|
||||
../../src/output_latex.cpp \
|
||||
../../src/Lexer.cpp \
|
||||
../../src/ParagraphMetrics.cpp \
|
||||
../../src/Text2.cpp \
|
||||
../../src/ErrorList.cpp \
|
||||
../../src/Undo.cpp \
|
||||
../../src/LaTeX.cpp \
|
||||
../../src/Layout.cpp \
|
||||
../../src/Bullet.cpp \
|
||||
../../src/FontList.cpp \
|
||||
../../src/CmdDef.cpp \
|
||||
../../src/BufferList.cpp \
|
||||
../../src/KeySequence.cpp \
|
||||
../../src/Language.cpp \
|
||||
../../src/TextMetrics.cpp \
|
||||
../../src/Chktex.cpp \
|
||||
../../src/ParIterator.cpp \
|
||||
../../src/BiblioInfo.cpp \
|
||||
../../src/VSpace.cpp \
|
||||
../../src/DocIterator.cpp \
|
||||
../../src/FuncStatus.cpp \
|
||||
../../src/Text3.cpp \
|
||||
../../src/LyXVC.cpp \
|
||||
../../src/support/lstrings.cpp \
|
||||
../../src/support/Systemcall.cpp \
|
||||
../../src/support/Messages.cpp \
|
||||
../../src/support/filetools.cpp \
|
||||
../../src/support/lyxtime.cpp \
|
||||
../../src/support/FileName.cpp \
|
||||
../../src/support/gzstream.cpp \
|
||||
../../src/support/socktools.cpp \
|
||||
../../src/support/debug.cpp \
|
||||
../../src/support/Path.cpp \
|
||||
../../src/support/Timeout.cpp \
|
||||
../../src/support/qstring_helpers.cpp \
|
||||
../../src/support/FileMonitor.cpp \
|
||||
../../src/support/docstream.cpp \
|
||||
../../src/support/convert.cpp \
|
||||
../../src/support/lassert.cpp \
|
||||
../../src/support/unicode.cpp \
|
||||
../../src/support/kill.cpp \
|
||||
../../src/support/Package.cpp \
|
||||
../../src/support/environment.cpp \
|
||||
../../src/support/docstring.cpp \
|
||||
../../src/support/os.cpp \
|
||||
../../src/support/gettext.cpp \
|
||||
../../src/support/userinfo.cpp \
|
||||
../../src/support/ForkedCalls.cpp \
|
||||
../../src/Cursor.cpp \
|
||||
../../src/main.cpp \
|
||||
../../src/Converter.cpp \
|
||||
../../src/InsetList.cpp \
|
||||
../../src/LyXFunc.cpp \
|
||||
../../src/Thesaurus.cpp \
|
||||
../../src/TexRow.cpp \
|
||||
../../src/Author.cpp \
|
||||
../../src/ModuleList.cpp \
|
||||
../../src/Length.cpp \
|
||||
../../src/Changes.cpp \
|
||||
../../src/boost.cpp \
|
||||
../../src/paragraph_funcs.cpp \
|
||||
../../src/Dimension.cpp \
|
||||
../../src/Text.cpp \
|
||||
../../src/output_docbook.cpp \
|
||||
../../src/CoordCache.cpp \
|
||||
../../src/Graph.cpp \
|
||||
../../src/TextClass.cpp \
|
||||
../../src/Floating.cpp \
|
||||
../../src/PrinterParams.cpp \
|
||||
../../src/LayoutFile.cpp \
|
||||
../../src/Paragraph.cpp \
|
||||
../../src/Bidi.cpp \
|
||||
../../src/LyXAction.cpp \
|
||||
../../src/output.cpp \
|
||||
../../src/Trans.cpp \
|
||||
../../src/mathed/CommandInset.cpp \
|
||||
../../src/mathed/InsetMathAMSArray.cpp \
|
||||
../../src/mathed/InsetMathArray.cpp \
|
||||
@ -264,16 +264,34 @@ SOURCES += \
|
||||
../../src/mathed/MathStream.cpp \
|
||||
../../src/mathed/MathSupport.cpp \
|
||||
../../src/mathed/TextPainter.cpp \
|
||||
../../src/CursorSlice.cpp \
|
||||
../../src/Mover.cpp \
|
||||
../../src/Row.cpp \
|
||||
../../src/CutAndPaste.cpp \
|
||||
../../src/Exporter.cpp \
|
||||
../../src/lengthcommon.cpp \
|
||||
../../src/lyxfind.cpp \
|
||||
../../src/Format.cpp \
|
||||
../../src/OutputParams.cpp \
|
||||
../../src/MetricsInfo.cpp \
|
||||
../../src/support/convert.cpp \
|
||||
../../src/support/debug.cpp \
|
||||
../../src/support/docstream.cpp \
|
||||
../../src/support/docstring.cpp \
|
||||
../../src/support/environment.cpp \
|
||||
../../src/support/FileMonitor.cpp \
|
||||
../../src/support/FileName.cpp \
|
||||
../../src/support/filetools.cpp \
|
||||
../../src/support/ForkedCalls.cpp \
|
||||
../../src/support/gettext.cpp \
|
||||
../../src/support/gzstream.cpp \
|
||||
../../src/support/kill.cpp \
|
||||
../../src/support/lassert.cpp \
|
||||
../../src/support/lstrings.cpp \
|
||||
../../src/support/lyxtime.cpp \
|
||||
../../src/support/Messages.cpp \
|
||||
../../src/support/mythes/mythes.cxx \
|
||||
../../src/support/os.cpp \
|
||||
../../src/support/Package.cpp \
|
||||
../../src/support/Path.cpp \
|
||||
../../src/support/qstring_helpers.cpp \
|
||||
../../src/support/SignalSlot.cpp \
|
||||
../../src/support/SignalSlotPrivate.cpp \
|
||||
../../src/support/socktools.cpp \
|
||||
../../src/support/Systemcall.cpp \
|
||||
../../src/support/Timeout.cpp \
|
||||
../../src/support/unicode.cpp \
|
||||
../../src/support/userinfo.cpp \
|
||||
../../src/frontends/qt4/Action.cpp \
|
||||
../../src/frontends/qt4/BulletsModule.cpp \
|
||||
../../src/frontends/qt4/ButtonController.cpp \
|
||||
@ -316,6 +334,8 @@ SOURCES += \
|
||||
../../src/frontends/qt4/GuiIdListModel.cpp \
|
||||
../../src/frontends/qt4/GuiImage.cpp \
|
||||
../../src/frontends/qt4/GuiInclude.cpp \
|
||||
../../src/frontends/qt4/GuiIndex.cpp \
|
||||
../../src/frontends/qt4/GuiIndices.cpp \
|
||||
../../src/frontends/qt4/GuiInfo.cpp \
|
||||
../../src/frontends/qt4/GuiKeySymbol.cpp \
|
||||
../../src/frontends/qt4/GuiLabel.cpp \
|
||||
@ -326,8 +346,11 @@ SOURCES += \
|
||||
../../src/frontends/qt4/GuiNote.cpp \
|
||||
../../src/frontends/qt4/GuiPainter.cpp \
|
||||
../../src/frontends/qt4/GuiParagraph.cpp \
|
||||
../../src/frontends/qt4/GuiPhantom.cpp \
|
||||
../../src/frontends/qt4/GuiPrefs.cpp \
|
||||
../../src/frontends/qt4/GuiPrint.cpp \
|
||||
../../src/frontends/qt4/GuiPrintindex.cpp \
|
||||
../../src/frontends/qt4/GuiPrintNomencl.cpp \
|
||||
../../src/frontends/qt4/GuiRef.cpp \
|
||||
../../src/frontends/qt4/GuiSearch.cpp \
|
||||
../../src/frontends/qt4/GuiSelection.cpp \
|
||||
@ -361,38 +384,112 @@ SOURCES += \
|
||||
../../src/frontends/qt4/Toolbars.cpp \
|
||||
../../src/frontends/qt4/Validator.cpp \
|
||||
../../src/frontends/WorkAreaManager.cpp \
|
||||
../../src/ParagraphParameters.cpp \
|
||||
../../src/LyX.cpp \
|
||||
../../src/buffer_funcs.cpp \
|
||||
../../src/TexStream.cpp \
|
||||
../../src/KeyMap.cpp \
|
||||
../../src/Intl.cpp \
|
||||
../../src/DepTable.cpp \
|
||||
../../src/Spacing.cpp \
|
||||
../../src/BufferView.cpp \
|
||||
../../src/InsetIterator.cpp \
|
||||
../../src/output_plaintext.cpp \
|
||||
../../src/FuncRequest.cpp \
|
||||
../../src/VCBackend.cpp
|
||||
|
||||
HEADERS += \
|
||||
../../src/support/SignalSlot.h \
|
||||
../../src/support/SignalSlotPrivate.h \
|
||||
../../src/PrinterParams.h \
|
||||
../../src/sgml.h \
|
||||
../../src/LayoutEnums.h \
|
||||
../../src/Text.h \
|
||||
../../src/Graph.h \
|
||||
../../src/rowpainter.h \
|
||||
../../src/ModuleList.h \
|
||||
../../src/FuncCode.h \
|
||||
../../src/ASpell_local.h \
|
||||
../../src/Author.h \
|
||||
../../src/TextMetrics.h \
|
||||
../../src/LyXRC.h \
|
||||
../../src/OutputParams.h \
|
||||
../../src/BiblioInfo.h \
|
||||
../../src/Bidi.h \
|
||||
../../src/Box.h \
|
||||
../../src/BranchList.h \
|
||||
../../src/buffer_funcs.h \
|
||||
../../src/Buffer.h \
|
||||
../../src/BufferList.h \
|
||||
../../src/BufferParams.h \
|
||||
../../src/BufferView.h \
|
||||
../../src/Bullet.h \
|
||||
../../src/Changes.h \
|
||||
../../src/Chktex.h \
|
||||
../../src/Citation.h \
|
||||
../../src/CmdDef.h \
|
||||
../../src/ColorCode.h \
|
||||
../../src/Color.h \
|
||||
../../src/CompletionList.h \
|
||||
../../src/ConverterCache.h \
|
||||
../../src/KeySequence.h \
|
||||
../../src/Converter.h \
|
||||
../../src/CoordCache.h \
|
||||
../../src/Counters.h \
|
||||
../../src/Cursor.h \
|
||||
../../src/CursorSlice.h \
|
||||
../../src/CutAndPaste.h \
|
||||
../../src/DepTable.h \
|
||||
../../src/Dimension.h \
|
||||
../../src/DispatchResult.h \
|
||||
../../src/DocIterator.h \
|
||||
../../src/Encoding.h \
|
||||
../../src/ErrorList.h \
|
||||
../../src/Exporter.h \
|
||||
../../src/factory.h \
|
||||
../../src/Floating.h \
|
||||
../../src/FloatList.h \
|
||||
../../src/FontEnums.h \
|
||||
../../src/Font.h \
|
||||
../../src/FontInfo.h \
|
||||
../../src/FontList.h \
|
||||
../../src/Format.h \
|
||||
../../src/FuncCode.h \
|
||||
../../src/FuncRequest.h \
|
||||
../../src/FuncStatus.h \
|
||||
../../src/Graph.h \
|
||||
../../src/InsetIterator.h \
|
||||
../../src/InsetList.h \
|
||||
../../src/Intl.h \
|
||||
../../src/KeyMap.h \
|
||||
../../src/KeySequence.h \
|
||||
../../src/Language.h \
|
||||
../../src/LaTeXFeatures.h \
|
||||
../../src/LaTeX.h \
|
||||
../../src/LayoutEnums.h \
|
||||
../../src/LayoutFile.h \
|
||||
../../src/LayoutModuleList.h \
|
||||
../../src/Layout.h \
|
||||
../../src/Length.h \
|
||||
../../src/Lexer.h \
|
||||
../../src/LyXAction.h \
|
||||
../../src/lyxfind.h \
|
||||
../../src/LyXFunc.h \
|
||||
../../src/LyX.h \
|
||||
../../src/LyXRC.h \
|
||||
../../src/LyXVC.h \
|
||||
../../src/MetricsInfo.h \
|
||||
../../src/ModuleList.h \
|
||||
../../src/Mover.h \
|
||||
../../src/output_docbook.h \
|
||||
../../src/output.h \
|
||||
../../src/output_latex.h \
|
||||
../../src/OutputParams.h \
|
||||
../../src/output_plaintext.h \
|
||||
../../src/paper.h \
|
||||
../../src/paragraph_funcs.h \
|
||||
../../src/Paragraph.h \
|
||||
../../src/ParagraphList.h \
|
||||
../../src/ParagraphMetrics.h \
|
||||
../../src/ParagraphParameters.h \
|
||||
../../src/ParIterator.h \
|
||||
../../src/PDFOptions.h \
|
||||
../../src/PrinterParams.h \
|
||||
../../src/Row.h \
|
||||
../../src/rowpainter.h \
|
||||
../../src/Server.h \
|
||||
../../src/ServerSocket.h \
|
||||
../../src/Session.h \
|
||||
../../src/sgml.h \
|
||||
../../src/Spacing.h \
|
||||
../../src/TexRow.h \
|
||||
../../src/TexStream.h \
|
||||
../../src/TextClass.h \
|
||||
../../src/Text.h \
|
||||
../../src/TextMetrics.h \
|
||||
../../src/Thesaurus.h \
|
||||
../../src/TocBackend.h \
|
||||
../../src/Trans.h \
|
||||
../../src/Undo.h \
|
||||
../../src/update_flags.h \
|
||||
../../src/VCBackend.h \
|
||||
../../src/version.h \
|
||||
../../src/VSpace.h \
|
||||
../../src/WordLangTuple.h \
|
||||
../../src/WordList.h \
|
||||
../../src/insets/ExternalSupport.h \
|
||||
../../src/insets/ExternalTemplate.h \
|
||||
../../src/insets/ExternalTransforms.h \
|
||||
@ -432,6 +529,7 @@ HEADERS += \
|
||||
../../src/insets/InsetNote.h \
|
||||
../../src/insets/InsetOptArg.h \
|
||||
../../src/insets/InsetQuotes.h \
|
||||
../../src/insets/InsetPhantom.h \
|
||||
../../src/insets/InsetRef.h \
|
||||
../../src/insets/InsetSpace.h \
|
||||
../../src/insets/InsetSpecialChar.h \
|
||||
@ -454,39 +552,6 @@ HEADERS += \
|
||||
../../src/graphics/PreviewLoader.h \
|
||||
../../src/graphics/GraphicsTypes.h \
|
||||
../../src/graphics/Previews.h \
|
||||
../../src/BiblioInfo.h \
|
||||
../../src/BufferView.h \
|
||||
../../src/ColorCode.h \
|
||||
../../src/CompletionList.h \
|
||||
../../src/Cursor.h \
|
||||
../../src/CutAndPaste.h \
|
||||
../../src/Dimension.h \
|
||||
../../src/DispatchResult.h \
|
||||
../../src/DocIterator.h \
|
||||
../../src/Exporter.h \
|
||||
../../src/factory.h \
|
||||
../../src/Floating.h \
|
||||
../../src/Font.h \
|
||||
../../src/FontList.h \
|
||||
../../src/FuncRequest.h \
|
||||
../../src/FuncStatus.h \
|
||||
../../src/Intl.h \
|
||||
../../src/LaTeX.h \
|
||||
../../src/LayoutFile.h \
|
||||
../../src/lyxfind.h \
|
||||
../../src/MetricsInfo.h \
|
||||
../../src/output.h \
|
||||
../../src/output_plaintext.h \
|
||||
../../src/paper.h \
|
||||
../../src/paragraph_funcs.h \
|
||||
../../src/Paragraph.h \
|
||||
../../src/ParagraphMetrics.h \
|
||||
../../src/ParagraphParameters.h \
|
||||
../../src/SpellBase.h \
|
||||
../../src/TexRow.h \
|
||||
../../src/Trans.h \
|
||||
../../src/update_flags.h \
|
||||
../../src/WordLangTuple.h \
|
||||
../../src/support/convert.h \
|
||||
../../src/support/copied_ptr.h \
|
||||
../../src/support/debug.h \
|
||||
@ -512,6 +577,7 @@ HEADERS += \
|
||||
../../src/support/lyxalgo.h \
|
||||
../../src/support/lyxlib.h \
|
||||
../../src/support/lyxtime.h \
|
||||
../../src/support/mythes/mythes.hxx \
|
||||
../../src/support/Messages.h \
|
||||
../../src/support/os.h \
|
||||
../../src/support/os_win32.h \
|
||||
@ -521,7 +587,10 @@ HEADERS += \
|
||||
../../src/support/RandomAccessList.h \
|
||||
../../src/support/socktools.h \
|
||||
../../src/support/strfwd.h \
|
||||
../../src/support/SignalSlot.h \
|
||||
../../src/support/SignalSlotPrivate.h \
|
||||
../../src/support/Systemcall.h \
|
||||
../../src/support/SystemcallPrivate.h \
|
||||
../../src/support/textutils.h \
|
||||
../../src/support/Timeout.h \
|
||||
../../src/support/Translator.h \
|
||||
@ -529,45 +598,6 @@ HEADERS += \
|
||||
../../src/support/unicode.h \
|
||||
../../src/support/userinfo.h \
|
||||
../../src/support/weighted_btree.h \
|
||||
../../src/DepTable.h \
|
||||
../../src/Mover.h \
|
||||
../../src/Citation.h \
|
||||
../../src/Undo.h \
|
||||
../../src/ErrorList.h \
|
||||
../../src/LyXFunc.h \
|
||||
../../src/Chktex.h \
|
||||
../../src/LyX.h \
|
||||
../../src/TextClass.h \
|
||||
../../src/VCBackend.h \
|
||||
../../src/BranchList.h \
|
||||
../../src/FontEnums.h \
|
||||
../../src/CoordCache.h \
|
||||
../../src/CmdDef.h \
|
||||
../../src/Row.h \
|
||||
../../src/Thesaurus.h \
|
||||
../../src/TocBackend.h \
|
||||
../../src/PDFOptions.h \
|
||||
../../src/buffer_funcs.h \
|
||||
../../src/Language.h \
|
||||
../../src/TexStream.h \
|
||||
../../src/VSpace.h \
|
||||
../../src/Buffer.h \
|
||||
../../src/InsetList.h \
|
||||
../../src/LyXVC.h \
|
||||
../../src/CursorSlice.h \
|
||||
../../src/Converter.h \
|
||||
../../src/Server.h \
|
||||
../../src/output_latex.h \
|
||||
../../src/LyXAction.h \
|
||||
../../src/WordList.h \
|
||||
../../src/LaTeXFeatures.h \
|
||||
../../src/Layout.h \
|
||||
../../src/FloatList.h \
|
||||
../../src/output_docbook.h \
|
||||
../../src/BufferList.h \
|
||||
../../src/Spacing.h \
|
||||
../../src/FontInfo.h \
|
||||
../../src/Session.h \
|
||||
../../src/mathed/CommandInset.h \
|
||||
../../src/mathed/InsetMath.h \
|
||||
../../src/mathed/InsetMathAMSArray.h \
|
||||
@ -636,10 +666,6 @@ HEADERS += \
|
||||
../../src/mathed/MathSupport.h \
|
||||
../../src/mathed/ReplaceData.h \
|
||||
../../src/mathed/TextPainter.h \
|
||||
../../src/Changes.h \
|
||||
../../src/Encoding.h \
|
||||
../../src/ParagraphList.h \
|
||||
../../src/ServerSocket.h \
|
||||
../../src/frontends/WorkAreaManager.h \
|
||||
../../src/frontends/LyXView.h \
|
||||
../../src/frontends/Selection.h \
|
||||
@ -692,6 +718,8 @@ HEADERS += \
|
||||
../../src/frontends/qt4/GuiIdListModel.h \
|
||||
../../src/frontends/qt4/GuiImage.h \
|
||||
../../src/frontends/qt4/GuiInclude.h \
|
||||
../../src/frontends/qt4/GuiIndex.h \
|
||||
../../src/frontends/qt4/GuiIndices.h \
|
||||
../../src/frontends/qt4/GuiInfo.h \
|
||||
../../src/frontends/qt4/GuiKeySymbol.h \
|
||||
../../src/frontends/qt4/GuiLabel.h \
|
||||
@ -702,8 +730,11 @@ HEADERS += \
|
||||
../../src/frontends/qt4/GuiNote.h \
|
||||
../../src/frontends/qt4/GuiPainter.h \
|
||||
../../src/frontends/qt4/GuiParagraph.h \
|
||||
../../src/frontends/qt4/GuiPhantom.h \
|
||||
../../src/frontends/qt4/GuiPrefs.h \
|
||||
../../src/frontends/qt4/GuiPrint.h \
|
||||
../../src/frontends/qt4/GuiPrintindex.h \
|
||||
../../src/frontends/qt4/GuiPrintNomencl.h \
|
||||
../../src/frontends/qt4/GuiRef.h \
|
||||
../../src/frontends/qt4/GuiSearch.h \
|
||||
../../src/frontends/qt4/GuiSelection.h \
|
||||
@ -743,19 +774,6 @@ HEADERS += \
|
||||
../../src/frontends/FontMetrics.h \
|
||||
../../src/frontends/KeySymbol.h \
|
||||
../../src/frontends/Delegates.h \
|
||||
../../src/KeyMap.h \
|
||||
../../src/ASpell_local.h \
|
||||
../../src/Bidi.h \
|
||||
../../src/Length.h \
|
||||
../../src/Color.h \
|
||||
../../src/Box.h \
|
||||
../../src/Format.h \
|
||||
../../src/BufferParams.h \
|
||||
../../src/InsetIterator.h \
|
||||
../../src/ParIterator.h \
|
||||
../../src/version.h \
|
||||
../../src/Bullet.h \
|
||||
../../src/Lexer.h
|
||||
|
||||
FORMS = \
|
||||
../../src/frontends/qt4/ui/AboutUi.ui \
|
||||
@ -783,6 +801,8 @@ FORMS = \
|
||||
../../src/frontends/qt4/ui/GraphicsUi.ui \
|
||||
../../src/frontends/qt4/ui/HSpaceUi.ui \
|
||||
../../src/frontends/qt4/ui/HyperlinkUi.ui \
|
||||
../../src/frontends/qt4/ui/IndexUi.ui \
|
||||
../../src/frontends/qt4/ui/IndicesUi.ui \
|
||||
../../src/frontends/qt4/ui/IncludeUi.ui \
|
||||
../../src/frontends/qt4/ui/InfoUi.ui \
|
||||
../../src/frontends/qt4/ui/LabelUi.ui \
|
||||
@ -797,9 +817,11 @@ FORMS = \
|
||||
../../src/frontends/qt4/ui/NomenclUi.ui \
|
||||
../../src/frontends/qt4/ui/NoteUi.ui \
|
||||
../../src/frontends/qt4/ui/NumberingUi.ui \
|
||||
../../src/frontends/qt4/ui/OutputUi.ui \
|
||||
../../src/frontends/qt4/ui/PageLayoutUi.ui \
|
||||
../../src/frontends/qt4/ui/ParagraphUi.ui \
|
||||
../../src/frontends/qt4/ui/PDFSupportUi.ui \
|
||||
../../src/frontends/qt4/ui/PhantomUi.ui \
|
||||
../../src/frontends/qt4/ui/PreambleUi.ui \
|
||||
../../src/frontends/qt4/ui/PrefColorsUi.ui \
|
||||
../../src/frontends/qt4/ui/PrefCompletionUi.ui \
|
||||
@ -821,6 +843,8 @@ FORMS = \
|
||||
../../src/frontends/qt4/ui/PrefsUi.ui \
|
||||
../../src/frontends/qt4/ui/PrefUi.ui \
|
||||
../../src/frontends/qt4/ui/PrintUi.ui \
|
||||
../../src/frontends/qt4/ui/PrintindexUi.ui \
|
||||
../../src/frontends/qt4/ui/PrintNomenclUi.ui \
|
||||
../../src/frontends/qt4/ui/RefUi.ui \
|
||||
../../src/frontends/qt4/ui/SearchUi.ui \
|
||||
../../src/frontends/qt4/ui/SendtoUi.ui \
|
||||
@ -834,6 +858,7 @@ FORMS = \
|
||||
../../src/frontends/qt4/ui/TextLayoutUi.ui \
|
||||
../../src/frontends/qt4/ui/ThesaurusUi.ui \
|
||||
../../src/frontends/qt4/ui/TocUi.ui \
|
||||
../../src/frontends/qt4/ui/ToggleWarningUi.ui \
|
||||
../../src/frontends/qt4/ui/ViewSourceUi.ui \
|
||||
../../src/frontends/qt4/ui/VSpaceUi.ui \
|
||||
../../src/frontends/qt4/ui/WrapUi.ui \
|
||||
|
Loading…
Reference in New Issue
Block a user