mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove traces of qmake experiment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21152 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85bad159fe
commit
45482a947d
@ -1,5 +0,0 @@
|
||||
|
||||
- Create a directory in paralle to your source tree
|
||||
- cd there
|
||||
- Run ../<sourcetree>/development/qmake/doit
|
||||
- Run make or make debug
|
@ -1,35 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
QT = core gui
|
||||
|
||||
DESTDIR = ../bin
|
||||
|
||||
TARGET = lyx$${DEBUGSUFFIX}
|
||||
|
||||
INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/src
|
||||
INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/boost
|
||||
|
||||
SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/main.cpp
|
||||
|
||||
CONFIG += link_prl
|
||||
CONFIG += debug_and_release
|
||||
|
||||
LIBS += -lAiksaurus
|
||||
|
||||
LIBS += -L../lib
|
||||
|
||||
LIBS += -Wl,--start-group
|
||||
LIBS += -llyxmathed$${DEBUGSUFFIX}
|
||||
LIBS += -llyxinsets$${DEBUGSUFFIX}
|
||||
LIBS += -llyxgraphics$${DEBUGSUFFIX}
|
||||
LIBS += -llyxfrontends$${DEBUGSUFFIX}
|
||||
LIBS += -llyxcontrollers$${DEBUGSUFFIX}
|
||||
LIBS += -llyxqt4$${DEBUGSUFFIX}
|
||||
LIBS += -llyxsrc$${DEBUGSUFFIX}
|
||||
LIBS += -llyxsupport$${DEBUGSUFFIX}
|
||||
LIBS += -Wl,--end-group
|
||||
|
||||
LIBS += -llyxboost$${DEBUGSUFFIX}
|
@ -1,46 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxboost$${DEBUGSUFFIX}
|
||||
|
||||
DEFINES += BOOST_DISABLE_THREADS=1
|
||||
DEFINES += BOOST_NO_WREGEX=1
|
||||
DEFINES += BOOST_NO_WSTRING=1
|
||||
#DEFINES += BOOST_USER_CONFIG="<config.h>"
|
||||
|
||||
#if !defined(ENABLE_ASSERTIONS)
|
||||
# define BOOST_DISABLE_ASSERTS 1
|
||||
#endif
|
||||
#define BOOST_ENABLE_ASSERT_HANDLER 1
|
||||
|
||||
INC += src
|
||||
INC += boost
|
||||
|
||||
CPP += libs/regex/src/c_regex_traits.cpp
|
||||
CPP += libs/regex/src/regex_traits_defaults.cpp
|
||||
CPP += libs/regex/src/regex_debug.cpp
|
||||
CPP += libs/regex/src/cpp_regex_traits.cpp
|
||||
CPP += libs/regex/src/winstances.cpp
|
||||
CPP += libs/regex/src/posix_api.cpp
|
||||
CPP += libs/regex/src/wide_posix_api.cpp
|
||||
CPP += libs/regex/src/w32_regex_traits.cpp
|
||||
CPP += libs/regex/src/instances.cpp
|
||||
CPP += libs/regex/src/fileiter.cpp
|
||||
CPP += libs/regex/src/regex.cpp
|
||||
CPP += libs/regex/src/regex_raw_buffer.cpp
|
||||
CPP += libs/regex/src/cregex.cpp
|
||||
CPP += libs/signals/src/named_slot_map.cpp
|
||||
CPP += libs/signals/src/slot.cpp
|
||||
CPP += libs/signals/src/trackable.cpp
|
||||
CPP += libs/signals/src/signal_base.cpp
|
||||
CPP += libs/signals/src/connection.cpp
|
||||
CPP += libs/iostreams/src/mapped_file.cpp
|
||||
CPP += libs/iostreams/src/file_descriptor.cpp
|
||||
CPP += libs/iostreams/src/zlib.cpp
|
||||
CPP += libs/filesystem/src/portability.cpp
|
||||
CPP += libs/filesystem/src/exception.cpp
|
||||
CPP += libs/filesystem/src/path.cpp
|
||||
CPP += libs/filesystem/src/operations.cpp
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/boost/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,46 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
TARGET = ../bin/client$${DEBUGSUFFIX}
|
||||
|
||||
QT =
|
||||
|
||||
INC += src
|
||||
INC += boost
|
||||
|
||||
LIBS += -L../lib
|
||||
LIBS += -llyxmathed$${DEBUGSUFFIX}
|
||||
LIBS += -llyxinsets$${DEBUGSUFFIX}
|
||||
LIBS += -llyxgraphics$${DEBUGSUFFIX}
|
||||
LIBS += -llyxsupport$${DEBUGSUFFIX}
|
||||
LIBS += -llyxfrontends$${DEBUGSUFFIX}
|
||||
LIBS += -llyxcontrollers$${DEBUGSUFFIX}
|
||||
LIBS += -llyxqt4$${DEBUGSUFFIX}
|
||||
LIBS += -llyxboost$${DEBUGSUFFIX}
|
||||
LIBS += -llyxsrc$${DEBUGSUFFIX}
|
||||
|
||||
#EXTRA_DIST = pch.h lyxclient.man
|
||||
#BUILT_SOURCES = $(PCH_FILE)
|
||||
#man_MANS = lyxclient.1
|
||||
#BOOST_LIBS = $(BOOST_REGEX) $(BOOST_FILESYSTEM)
|
||||
#lyxclient_LDADD = \
|
||||
# $(top_builddir)/src/support/libsupport.la \
|
||||
# $(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS)
|
||||
#lyxclient.1:
|
||||
# cp -p $(srcdir)/lyxclient.man lyxclient.1
|
||||
|
||||
|
||||
CPP += boost.cpp
|
||||
CPP += client.cpp
|
||||
CPP += debug.cpp
|
||||
CPP += gettext.cpp
|
||||
CPP += Messages.cpp
|
||||
|
||||
HPP += debug.h
|
||||
HPP += Messages.h
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/client/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/client/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,41 +0,0 @@
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
CONFIG += debug_and_release
|
||||
#CONFIG += no_include_pwd
|
||||
#CONFIG += create_prl
|
||||
|
||||
DEFINES += QT_NO_KEYWORDS
|
||||
|
||||
DESTDIR = ../lib
|
||||
|
||||
QT =
|
||||
|
||||
CONFIG(release, debug|release) DEBUGSUFFIX =
|
||||
CONFIG(debug, debug|release) DEBUGSUFFIX = d
|
||||
|
||||
BUILD_BASE_SOURCE_DIR = $$[BUILD_BASE_SOURCE_DIR]
|
||||
BUILD_BASE_TARGET_DIR = $$[BUILD_BASE_TARGET_DIR]
|
||||
|
||||
# for <config.h>
|
||||
INCLUDEPATH += $${BUILD_BASE_TARGET_DIR}/src
|
||||
|
||||
#QMAKE_CXXFLAGS += -include $${BUILD_BASE_SOURCE_DIR}/src/pch.h
|
||||
#QMAKE_CXXFLAGS += -include $${BUILD_BASE_TARGET_DIR}/src/pch.h.gch
|
||||
#QMAKE_CXXFLAGS_USE_PRECOMPILE = -include ${QMAKE_PCH_OUTPUT_BASE}/
|
||||
|
||||
#QMAKE_CXXFLAGS_USE_PRECOMPILE = -include $${BUILD_BASE_TARGET_DIR}/src/pch.h.gch
|
||||
#QMAKE_CXXFLAGS_USE_PRECOMPILE += -Winvalid-pch
|
||||
#QMAKE_CXXFLAGS_USE_PRECOMPILE += -Wmissing-include-dirs
|
||||
|
||||
|
||||
|
||||
#CONFIG += precompile_header
|
||||
|
||||
#PRECOMPILED_HEADER = $${BUILD_BASE_SOURCE_DIR}/src/pch.h
|
||||
|
||||
#QMAKE_CXXFLAGS = -include $${BUILD_BASE_SOURCE_DIR}/src/pch.h
|
||||
#QMAKE_CXXFLAGS += -Winvalid-pch
|
||||
#QMAKE_CXXFLAGS += -Wmissing-include-dirs
|
||||
|
@ -1,98 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxcontrollers$${DEBUGSUFFIX}
|
||||
|
||||
INC += boost
|
||||
INC += src
|
||||
|
||||
HPP += BCView.h
|
||||
HPP += ButtonController.h
|
||||
HPP += ButtonPolicy.h
|
||||
HPP += ControlAboutlyx.h
|
||||
HPP += ControlBibtex.h
|
||||
HPP += ControlBox.h
|
||||
HPP += ControlBranch.h
|
||||
HPP += ControlChanges.h
|
||||
HPP += ControlCharacter.h
|
||||
HPP += ControlCitation.h
|
||||
HPP += ControlCommand.h
|
||||
HPP += ControlCommandBuffer.h
|
||||
HPP += ControlDocument.h
|
||||
HPP += ControlERT.h
|
||||
HPP += ControlErrorList.h
|
||||
HPP += ControlExternal.h
|
||||
HPP += ControlFloat.h
|
||||
HPP += ControlGraphics.h
|
||||
HPP += ControlInclude.h
|
||||
HPP += ControlListings.h
|
||||
HPP += ControlLog.h
|
||||
HPP += ControlMath.h
|
||||
HPP += ControlNote.h
|
||||
HPP += ControlParagraph.h
|
||||
HPP += ControlPrefs.h
|
||||
HPP += ControlPrint.h
|
||||
HPP += ControlRef.h
|
||||
HPP += ControlSearch.h
|
||||
HPP += ControlSendto.h
|
||||
HPP += ControlShowFile.h
|
||||
HPP += ControlSpellchecker.h
|
||||
HPP += ControlTabular.h
|
||||
HPP += ControlTabularCreate.h
|
||||
HPP += ControlTexinfo.h
|
||||
HPP += ControlThesaurus.h
|
||||
HPP += ControlToc.h
|
||||
HPP += ControlVSpace.h
|
||||
HPP += ControlViewSource.h
|
||||
HPP += ControlWrap.h
|
||||
HPP += Dialog.h
|
||||
HPP += Kernel.h
|
||||
HPP += frontend_helpers.h
|
||||
|
||||
CPP += BCView.cpp
|
||||
CPP += ButtonController.cpp
|
||||
CPP += ButtonPolicy.cpp
|
||||
CPP += ControlAboutlyx.cpp
|
||||
CPP += ControlBibtex.cpp
|
||||
CPP += ControlBox.cpp
|
||||
CPP += ControlBranch.cpp
|
||||
CPP += ControlChanges.cpp
|
||||
CPP += ControlCharacter.cpp
|
||||
CPP += ControlCitation.cpp
|
||||
CPP += ControlCommand.cpp
|
||||
CPP += ControlCommandBuffer.cpp
|
||||
CPP += ControlDocument.cpp
|
||||
CPP += ControlERT.cpp
|
||||
CPP += ControlErrorList.cpp
|
||||
CPP += ControlExternal.cpp
|
||||
CPP += ControlFloat.cpp
|
||||
CPP += ControlGraphics.cpp
|
||||
CPP += ControlInclude.cpp
|
||||
CPP += ControlListings.cpp
|
||||
CPP += ControlLog.cpp
|
||||
CPP += ControlMath.cpp
|
||||
CPP += ControlNote.cpp
|
||||
CPP += ControlParagraph.cpp
|
||||
CPP += ControlPrefs.cpp
|
||||
CPP += ControlPrint.cpp
|
||||
CPP += ControlRef.cpp
|
||||
CPP += ControlSearch.cpp
|
||||
CPP += ControlSendto.cpp
|
||||
CPP += ControlShowFile.cpp
|
||||
CPP += ControlSpellchecker.cpp
|
||||
CPP += ControlTabular.cpp
|
||||
CPP += ControlTabularCreate.cpp
|
||||
CPP += ControlTexinfo.cpp
|
||||
CPP += ControlThesaurus.cpp
|
||||
CPP += ControlToc.cpp
|
||||
CPP += ControlVSpace.cpp
|
||||
CPP += ControlViewSource.cpp
|
||||
CPP += ControlWrap.cpp
|
||||
CPP += Dialog.cpp
|
||||
CPP += Kernel.cpp
|
||||
CPP += frontend_helpers.cpp
|
||||
|
||||
BASE = $${BUILD_BASE_SOURCE_DIR}/src/frontends/controllers
|
||||
for(FILE,CPP) { SOURCES += $${BASE}/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BASE}/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
TARGET_DIR=$(pwd)
|
||||
SOURCE_DIR=$(dirname $(dirname $(dirname $TARGET_DIR/$0 | sed -e 's:/[^/]*/\.\.::')))
|
||||
|
||||
echo "Setting SOURCE_DIR ${SOURCE_DIR}"
|
||||
echo "Setting TARGET_DIR ${TARGET_DIR}"
|
||||
|
||||
qmake -set BUILD_BASE_SOURCE_DIR ${SOURCE_DIR}
|
||||
qmake -set BUILD_BASE_TARGET_DIR ${TARGET_DIR}
|
||||
|
||||
qmake -r "$@" ${SOURCE_DIR}/development/qmake/lyx.pro
|
||||
|
@ -1,41 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxfrontends$${DEBUGSUFFIX}
|
||||
|
||||
INC += boost
|
||||
INC += src
|
||||
INC += src/support
|
||||
|
||||
HPP += Alert_pimpl.h
|
||||
HPP += Application.h
|
||||
HPP += Clipboard.h
|
||||
HPP += Dialogs.h
|
||||
HPP += FileDialog.h
|
||||
HPP += FontLoader.h
|
||||
HPP += FontMetrics.h
|
||||
HPP += Gui.h
|
||||
HPP += KeySymbol.h
|
||||
HPP += LyXView.h
|
||||
HPP += Menubar.h
|
||||
HPP += NoGuiFontLoader.h
|
||||
HPP += NoGuiFontMetrics.h
|
||||
HPP += Painter.h
|
||||
HPP += Selection.h
|
||||
HPP += Toolbars.h
|
||||
HPP += WorkArea.h
|
||||
HPP += alert.h
|
||||
HPP += key_state.h
|
||||
HPP += mouse_state.h
|
||||
|
||||
CPP += Application.cpp
|
||||
CPP += Dialogs.cpp
|
||||
CPP += LyXView.cpp
|
||||
CPP += Painter.cpp
|
||||
CPP += Toolbars.cpp
|
||||
CPP += WorkArea.cpp
|
||||
CPP += alert.cpp
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/frontends/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/frontends/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,37 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxgraphics$${DEBUGSUFFIX}
|
||||
|
||||
QT =
|
||||
|
||||
INC += boost
|
||||
INC += src
|
||||
|
||||
HPP += GraphicsCache.h
|
||||
HPP += GraphicsCacheItem.h
|
||||
HPP += GraphicsConverter.h
|
||||
HPP += GraphicsImage.h
|
||||
HPP += GraphicsLoader.h
|
||||
HPP += GraphicsParams.h
|
||||
HPP += GraphicsTypes.h
|
||||
HPP += LoaderQueue.h
|
||||
HPP += PreviewImage.h
|
||||
HPP += PreviewLoader.h
|
||||
HPP += Previews.h
|
||||
|
||||
CPP += GraphicsCache.cpp
|
||||
CPP += GraphicsCacheItem.cpp
|
||||
CPP += GraphicsConverter.cpp
|
||||
CPP += GraphicsImage.cpp
|
||||
CPP += GraphicsLoader.cpp
|
||||
CPP += GraphicsParams.cpp
|
||||
CPP += GraphicsTypes.cpp
|
||||
CPP += LoaderQueue.cpp
|
||||
CPP += PreviewImage.cpp
|
||||
CPP += PreviewLoader.cpp
|
||||
CPP += Previews.cpp
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/graphics/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/graphics/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,119 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxinsets$${DEBUGSUFFIX}
|
||||
|
||||
QT =
|
||||
|
||||
INC += src
|
||||
INC += src/insets
|
||||
INC += boost
|
||||
|
||||
HPP += ExternalSupport.h
|
||||
HPP += ExternalTemplate.h
|
||||
HPP += ExternalTransforms.h
|
||||
HPP += Inset.h
|
||||
HPP += InsetBibitem.h
|
||||
HPP += InsetBibtex.h
|
||||
HPP += InsetBox.h
|
||||
HPP += InsetBranch.h
|
||||
HPP += InsetCaption.h
|
||||
HPP += InsetCharStyle.h
|
||||
HPP += InsetCitation.h
|
||||
HPP += InsetCollapsable.h
|
||||
HPP += InsetCommand.h
|
||||
HPP += InsetCommandParams.h
|
||||
HPP += InsetERT.h
|
||||
HPP += InsetEnvironment.h
|
||||
HPP += InsetExternal.h
|
||||
HPP += InsetFloat.h
|
||||
HPP += InsetFloatList.h
|
||||
HPP += InsetFoot.h
|
||||
HPP += InsetFootlike.h
|
||||
HPP += InsetGraphics.h
|
||||
HPP += InsetGraphicsParams.h
|
||||
HPP += InsetHFill.h
|
||||
HPP += InsetInclude.h
|
||||
HPP += InsetIndex.h
|
||||
HPP += InsetLabel.h
|
||||
HPP += InsetLine.h
|
||||
HPP += InsetListings.h
|
||||
HPP += InsetListingsParams.h
|
||||
HPP += InsetMarginal.h
|
||||
HPP += InsetNewline.h
|
||||
HPP += InsetNomencl.h
|
||||
HPP += InsetNote.h
|
||||
HPP += InsetOptArg.h
|
||||
HPP += InsetPagebreak.h
|
||||
HPP += InsetQuotes.h
|
||||
HPP += InsetRef.h
|
||||
HPP += InsetSpace.h
|
||||
HPP += InsetSpecialChar.h
|
||||
HPP += InsetTOC.h
|
||||
HPP += InsetTabular.h
|
||||
HPP += InsetText.h
|
||||
#HPP += InsetTheorem.h
|
||||
HPP += InsetUrl.h
|
||||
HPP += InsetVSpace.h
|
||||
HPP += InsetWrap.h
|
||||
HPP += MailInset.h
|
||||
HPP += RenderBase.h
|
||||
HPP += RenderButton.h
|
||||
HPP += RenderGraphic.h
|
||||
HPP += RenderPreview.h
|
||||
|
||||
CPP += ExternalSupport.cpp
|
||||
CPP += ExternalTemplate.cpp
|
||||
CPP += ExternalTransforms.cpp
|
||||
CPP += Inset.cpp
|
||||
CPP += InsetBibitem.cpp
|
||||
CPP += InsetBibtex.cpp
|
||||
CPP += InsetBox.cpp
|
||||
CPP += InsetBranch.cpp
|
||||
CPP += InsetCaption.cpp
|
||||
CPP += InsetCharStyle.cpp
|
||||
CPP += InsetCitation.cpp
|
||||
CPP += InsetCollapsable.cpp
|
||||
CPP += InsetCommand.cpp
|
||||
CPP += InsetCommandParams.cpp
|
||||
CPP += InsetERT.cpp
|
||||
CPP += InsetEnvironment.cpp
|
||||
CPP += InsetExternal.cpp
|
||||
CPP += InsetFloat.cpp
|
||||
CPP += InsetFloatList.cpp
|
||||
CPP += InsetFoot.cpp
|
||||
CPP += InsetFootlike.cpp
|
||||
CPP += InsetGraphics.cpp
|
||||
CPP += InsetGraphicsParams.cpp
|
||||
CPP += InsetHFill.cpp
|
||||
CPP += InsetInclude.cpp
|
||||
CPP += InsetIndex.cpp
|
||||
CPP += InsetLabel.cpp
|
||||
CPP += InsetLine.cpp
|
||||
CPP += InsetListings.cpp
|
||||
CPP += InsetListingsParams.cpp
|
||||
CPP += InsetMarginal.cpp
|
||||
CPP += InsetNewline.cpp
|
||||
CPP += InsetNomencl.cpp
|
||||
CPP += InsetNote.cpp
|
||||
CPP += InsetOptArg.cpp
|
||||
CPP += InsetPagebreak.cpp
|
||||
CPP += InsetQuotes.cpp
|
||||
CPP += InsetRef.cpp
|
||||
CPP += InsetSpace.cpp
|
||||
CPP += InsetSpecialChar.cpp
|
||||
CPP += InsetTOC.cpp
|
||||
CPP += InsetTabular.cpp
|
||||
CPP += InsetText.cpp
|
||||
#CPP += InsetTheorem.cpp
|
||||
CPP += InsetUrl.cpp
|
||||
CPP += InsetVSpace.cpp
|
||||
CPP += InsetWrap.cpp
|
||||
CPP += MailInset.cpp
|
||||
CPP += RenderButton.cpp
|
||||
CPP += RenderGraphic.cpp
|
||||
CPP += RenderPreview.cpp
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/insets/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/insets/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,22 +0,0 @@
|
||||
|
||||
include(config.pri)
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS += boost/boost.pro
|
||||
SUBDIRS += src/src.pro
|
||||
SUBDIRS += support/support.pro
|
||||
SUBDIRS += graphics/graphics.pro
|
||||
SUBDIRS += mathed/mathed.pro
|
||||
SUBDIRS += frontends/frontends.pro
|
||||
SUBDIRS += controllers/controllers.pro
|
||||
SUBDIRS += qt4/qt4.pro
|
||||
SUBDIRS += insets/insets.pro
|
||||
|
||||
SUBDIRS += app/app.pro
|
||||
|
||||
#SUBDIRS += tex2lyx/tex2lyx.pro
|
||||
|
||||
#SUBDIRS += client/client.pro
|
@ -1,163 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxmathed$${DEBUGSUFFIX}
|
||||
|
||||
QT =
|
||||
|
||||
INC += src
|
||||
INC += boost
|
||||
|
||||
HPP += CommandInset.h
|
||||
#HPP += InsetFormulaMacro.h
|
||||
HPP += InsetMath.h
|
||||
HPP += InsetMathAMSArray.h
|
||||
HPP += InsetMathArray.h
|
||||
HPP += InsetMathBig.h
|
||||
HPP += InsetMathBinom.h
|
||||
HPP += InsetMathBoldSymbol.h
|
||||
HPP += InsetMathBox.h
|
||||
HPP += InsetMathBoxed.h
|
||||
HPP += InsetMathBrace.h
|
||||
HPP += InsetMathCases.h
|
||||
HPP += InsetMathChar.h
|
||||
HPP += InsetMathColor.h
|
||||
HPP += InsetMathComment.h
|
||||
HPP += InsetMathDFrac.h
|
||||
HPP += InsetMathDecoration.h
|
||||
HPP += InsetMathDelim.h
|
||||
HPP += InsetMathDiff.h
|
||||
HPP += InsetMathDots.h
|
||||
HPP += InsetMathEnv.h
|
||||
HPP += InsetMathExFunc.h
|
||||
HPP += InsetMathExInt.h
|
||||
HPP += InsetMathFBox.h
|
||||
HPP += InsetMathFont.h
|
||||
HPP += InsetMathFontOld.h
|
||||
HPP += InsetMathFrac.h
|
||||
HPP += InsetMathFracBase.h
|
||||
HPP += InsetMathFrameBox.h
|
||||
HPP += InsetMathGrid.h
|
||||
HPP += InsetMathHull.h
|
||||
HPP += InsetMathKern.h
|
||||
HPP += InsetMathLefteqn.h
|
||||
HPP += InsetMathLim.h
|
||||
HPP += InsetMathMBox.h
|
||||
HPP += InsetMathMakebox.h
|
||||
HPP += InsetMathMatrix.h
|
||||
HPP += InsetMathNest.h
|
||||
HPP += InsetMathNumber.h
|
||||
HPP += InsetMathOverset.h
|
||||
HPP += InsetMathPar.h
|
||||
HPP += InsetMathPhantom.h
|
||||
HPP += InsetMathRef.h
|
||||
HPP += InsetMathRoot.h
|
||||
HPP += InsetMathScript.h
|
||||
HPP += InsetMathSize.h
|
||||
HPP += InsetMathSpace.h
|
||||
HPP += InsetMathSplit.h
|
||||
HPP += InsetMathSqrt.h
|
||||
HPP += InsetMathStackrel.h
|
||||
HPP += InsetMathString.h
|
||||
HPP += InsetMathSubstack.h
|
||||
HPP += InsetMathSymbol.h
|
||||
HPP += InsetMathTFrac.h
|
||||
HPP += InsetMathTabular.h
|
||||
HPP += InsetMathUnderset.h
|
||||
HPP += InsetMathUnknown.h
|
||||
HPP += InsetMathXArrow.h
|
||||
#HPP += InsetMathXYArrow.h
|
||||
HPP += InsetMathXYMatrix.h
|
||||
HPP += MacroTable.h
|
||||
HPP += MathAtom.h
|
||||
HPP += MathAutoCorrect.h
|
||||
HPP += MathData.h
|
||||
HPP += MathExtern.h
|
||||
HPP += MathFactory.h
|
||||
HPP += MathGridInfo.h
|
||||
HPP += MathMacro.h
|
||||
HPP += MathMacroArgument.h
|
||||
HPP += MathMacroTemplate.h
|
||||
HPP += MathParser.h
|
||||
HPP += MathStream.h
|
||||
HPP += MathSupport.h
|
||||
HPP += ReplaceData.h
|
||||
HPP += TextPainter.h
|
||||
|
||||
CPP += CommandInset.cpp
|
||||
#CPP += InsetFormulaMacro.cpp
|
||||
CPP += InsetMath.cpp
|
||||
CPP += InsetMathAMSArray.cpp
|
||||
CPP += InsetMathArray.cpp
|
||||
CPP += InsetMathBig.cpp
|
||||
CPP += InsetMathBinom.cpp
|
||||
CPP += InsetMathBoldSymbol.cpp
|
||||
CPP += InsetMathBox.cpp
|
||||
CPP += InsetMathBoxed.cpp
|
||||
CPP += InsetMathBrace.cpp
|
||||
CPP += InsetMathCases.cpp
|
||||
CPP += InsetMathChar.cpp
|
||||
CPP += InsetMathColor.cpp
|
||||
CPP += InsetMathComment.cpp
|
||||
CPP += InsetMathDFrac.cpp
|
||||
CPP += InsetMathDecoration.cpp
|
||||
CPP += InsetMathDelim.cpp
|
||||
CPP += InsetMathDiff.cpp
|
||||
CPP += InsetMathDots.cpp
|
||||
CPP += InsetMathEnv.cpp
|
||||
CPP += InsetMathExFunc.cpp
|
||||
CPP += InsetMathExInt.cpp
|
||||
CPP += InsetMathFBox.cpp
|
||||
CPP += InsetMathFont.cpp
|
||||
CPP += InsetMathFontOld.cpp
|
||||
CPP += InsetMathFrac.cpp
|
||||
CPP += InsetMathFracBase.cpp
|
||||
CPP += InsetMathFrameBox.cpp
|
||||
CPP += InsetMathGrid.cpp
|
||||
CPP += InsetMathHull.cpp
|
||||
CPP += InsetMathKern.cpp
|
||||
CPP += InsetMathLefteqn.cpp
|
||||
CPP += InsetMathLim.cpp
|
||||
CPP += InsetMathMBox.cpp
|
||||
CPP += InsetMathMakebox.cpp
|
||||
CPP += InsetMathMatrix.cpp
|
||||
CPP += InsetMathNest.cpp
|
||||
CPP += InsetMathNumber.cpp
|
||||
CPP += InsetMathOverset.cpp
|
||||
CPP += InsetMathPar.cpp
|
||||
CPP += InsetMathPhantom.cpp
|
||||
CPP += InsetMathRef.cpp
|
||||
CPP += InsetMathRoot.cpp
|
||||
CPP += InsetMathScript.cpp
|
||||
CPP += InsetMathSize.cpp
|
||||
CPP += InsetMathSpace.cpp
|
||||
CPP += InsetMathSplit.cpp
|
||||
CPP += InsetMathSqrt.cpp
|
||||
CPP += InsetMathStackrel.cpp
|
||||
CPP += InsetMathString.cpp
|
||||
CPP += InsetMathSubstack.cpp
|
||||
CPP += InsetMathSymbol.cpp
|
||||
CPP += InsetMathTFrac.cpp
|
||||
CPP += InsetMathTabular.cpp
|
||||
CPP += InsetMathUnderset.cpp
|
||||
CPP += InsetMathUnknown.cpp
|
||||
CPP += InsetMathXArrow.cpp
|
||||
#CPP += InsetMathXYArrow.cpp
|
||||
CPP += InsetMathXYMatrix.cpp
|
||||
CPP += MacroTable.cpp
|
||||
CPP += MathAtom.cpp
|
||||
CPP += MathAutoCorrect.cpp
|
||||
CPP += MathData.cpp
|
||||
CPP += MathExtern.cpp
|
||||
CPP += MathFactory.cpp
|
||||
CPP += MathMacro.cpp
|
||||
CPP += MathMacroArgument.cpp
|
||||
CPP += MathMacroTemplate.cpp
|
||||
CPP += MathParser.cpp
|
||||
CPP += MathStream.cpp
|
||||
CPP += MathSupport.cpp
|
||||
CPP += TextPainter.cpp
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/mathed/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/mathed/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,261 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxqt4$${DEBUGSUFFIX}
|
||||
|
||||
QT = core gui
|
||||
|
||||
INCLUDEPATH += $${BUILD_BASE_TARGET_DIR}/qt4
|
||||
|
||||
INC += boost
|
||||
INC += .
|
||||
INC += src
|
||||
INC += src/frontends
|
||||
INC += src/frontends/controllers
|
||||
INC += src/frontends/qt4
|
||||
|
||||
HPP += Action.h
|
||||
HPP += BulletsModule.h
|
||||
HPP += ColorCache.h
|
||||
HPP += DockView.h
|
||||
HPP += EmptyTable.h
|
||||
HPP += FloatPlacement.h
|
||||
HPP += GuiAbout.h
|
||||
HPP += GuiApplication.h
|
||||
HPP += GuiBibitem.h
|
||||
HPP += GuiBibtex.h
|
||||
HPP += GuiBox.h
|
||||
HPP += GuiBranches.h
|
||||
HPP += GuiBranch.h
|
||||
HPP += GuiChanges.h
|
||||
HPP += GuiCharacter.h
|
||||
HPP += GuiCitation.h
|
||||
HPP += GuiClipboard.h
|
||||
HPP += GuiCommandBuffer.h
|
||||
HPP += GuiCommandEdit.h
|
||||
HPP += GuiDelimiter.h
|
||||
HPP += GuiDialogView.h
|
||||
HPP += GuiDocument.h
|
||||
HPP += GuiErrorList.h
|
||||
HPP += GuiERT.h
|
||||
HPP += GuiExternal.h
|
||||
HPP += GuiFloat.h
|
||||
HPP += GuiFontExample.h
|
||||
HPP += GuiFontLoader.h
|
||||
HPP += GuiFontMetrics.h
|
||||
HPP += GuiGraphics.h
|
||||
HPP += GuiImage.h
|
||||
HPP += GuiImplementation.h
|
||||
HPP += GuiInclude.h
|
||||
HPP += GuiIndex.h
|
||||
HPP += GuiKeySymbol.h
|
||||
HPP += GuiListings.h
|
||||
HPP += GuiLog.h
|
||||
HPP += GuiMathMatrix.h
|
||||
HPP += GuiMenubar.h
|
||||
HPP += GuiNomencl.h
|
||||
HPP += GuiNote.h
|
||||
HPP += GuiPainter.h
|
||||
HPP += GuiParagraph.h
|
||||
HPP += GuiPopupMenu.h
|
||||
HPP += GuiPrefs.h
|
||||
HPP += GuiPrint.h
|
||||
HPP += GuiRef.h
|
||||
HPP += GuiSearch.h
|
||||
HPP += GuiSelection.h
|
||||
HPP += GuiSendto.h
|
||||
HPP += GuiSetBorder.h
|
||||
HPP += GuiShowFile.h
|
||||
HPP += GuiSpellchecker.h
|
||||
HPP += Guit2BC.h
|
||||
HPP += GuiTabularCreate.h
|
||||
HPP += GuiTabular.h
|
||||
HPP += GuiTexinfo.h
|
||||
HPP += GuiThesaurus.h
|
||||
HPP += GuiToc.h
|
||||
HPP += GuiToolbar.h
|
||||
HPP += GuiURL.h
|
||||
HPP += GuiView.h
|
||||
HPP += GuiViewSource.h
|
||||
HPP += GuiVSpace.h
|
||||
HPP += GuiWorkArea.h
|
||||
HPP += GuiWrap.h
|
||||
HPP += IconPalette.h
|
||||
HPP += InsertTableWidget.h
|
||||
HPP += LengthCombo.h
|
||||
HPP += LyXFileDialog.h
|
||||
HPP += PanelStack.h
|
||||
HPP += pch.h
|
||||
HPP += qlkey.h
|
||||
HPP += qt_helpers.h
|
||||
HPP += TocModel.h
|
||||
HPP += TocWidget.h
|
||||
HPP += Validator.h
|
||||
|
||||
CPP += Action.cpp
|
||||
CPP += alert_pimpl.cpp
|
||||
CPP += BulletsModule.cpp
|
||||
CPP += ColorCache.cpp
|
||||
CPP += Dialogs.cpp
|
||||
CPP += EmptyTable.cpp
|
||||
CPP += FileDialog.cpp
|
||||
CPP += FloatPlacement.cpp
|
||||
CPP += GuiAbout.cpp
|
||||
CPP += GuiApplication.cpp
|
||||
CPP += GuiBibitem.cpp
|
||||
CPP += GuiBibtex.cpp
|
||||
CPP += GuiBox.cpp
|
||||
CPP += GuiBranch.cpp
|
||||
CPP += GuiBranches.cpp
|
||||
CPP += GuiChanges.cpp
|
||||
CPP += GuiCharacter.cpp
|
||||
CPP += GuiCitation.cpp
|
||||
CPP += GuiClipboard.cpp
|
||||
CPP += GuiCommandBuffer.cpp
|
||||
CPP += GuiCommandEdit.cpp
|
||||
CPP += GuiDelimiter.cpp
|
||||
CPP += GuiDialogView.cpp
|
||||
CPP += GuiDocument.cpp
|
||||
CPP += GuiErrorList.cpp
|
||||
CPP += GuiERT.cpp
|
||||
CPP += GuiExternal.cpp
|
||||
CPP += GuiFloat.cpp
|
||||
CPP += GuiFontExample.cpp
|
||||
CPP += GuiFontLoader.cpp
|
||||
CPP += GuiFontMetrics.cpp
|
||||
CPP += GuiGraphics.cpp
|
||||
CPP += GuiImage.cpp
|
||||
CPP += GuiImplementation.cpp
|
||||
CPP += GuiInclude.cpp
|
||||
CPP += GuiIndex.cpp
|
||||
CPP += GuiKeySymbol.cpp
|
||||
CPP += GuiListings.cpp
|
||||
CPP += GuiLog.cpp
|
||||
CPP += GuiMathMatrix.cpp
|
||||
CPP += GuiMenubar.cpp
|
||||
CPP += GuiNomencl.cpp
|
||||
CPP += GuiNote.cpp
|
||||
CPP += GuiPainter.cpp
|
||||
CPP += GuiParagraph.cpp
|
||||
CPP += GuiPopupMenu.cpp
|
||||
CPP += GuiPrefs.cpp
|
||||
CPP += GuiPrint.cpp
|
||||
CPP += GuiRef.cpp
|
||||
CPP += GuiSearch.cpp
|
||||
CPP += GuiSelection.cpp
|
||||
CPP += GuiSendto.cpp
|
||||
CPP += GuiSetBorder.cpp
|
||||
CPP += GuiShowFile.cpp
|
||||
CPP += GuiSpellchecker.cpp
|
||||
CPP += Guit2BC.cpp
|
||||
CPP += GuiTabular.cpp
|
||||
CPP += GuiTabularCreate.cpp
|
||||
CPP += GuiTexinfo.cpp
|
||||
CPP += GuiThesaurus.cpp
|
||||
CPP += GuiToc.cpp
|
||||
CPP += GuiToolbar.cpp
|
||||
CPP += GuiURL.cpp
|
||||
CPP += GuiView.cpp
|
||||
CPP += GuiViewSource.cpp
|
||||
CPP += GuiVSpace.cpp
|
||||
CPP += GuiWorkArea.cpp
|
||||
CPP += GuiWrap.cpp
|
||||
CPP += IconPalette.cpp
|
||||
CPP += InsertTableWidget.cpp
|
||||
CPP += KeySymbol.cpp
|
||||
CPP += LengthCombo.cpp
|
||||
CPP += LyXFileDialog.cpp
|
||||
CPP += PanelStack.cpp
|
||||
CPP += qt_helpers.cpp
|
||||
CPP += TocModel.cpp
|
||||
CPP += TocWidget.cpp
|
||||
CPP += Validator.cpp
|
||||
|
||||
UI += AboutUi.ui
|
||||
UI += AskForTextUi.ui
|
||||
UI += BibitemUi.ui
|
||||
UI += BiblioUi.ui
|
||||
UI += BibtexAddUi.ui
|
||||
UI += BibtexUi.ui
|
||||
UI += BoxUi.ui
|
||||
UI += BranchesUi.ui
|
||||
UI += BranchUi.ui
|
||||
UI += BulletsUi.ui
|
||||
UI += ChangesUi.ui
|
||||
UI += CharacterUi.ui
|
||||
UI += CitationUi.ui
|
||||
UI += DelimiterUi.ui
|
||||
UI += DocumentUi.ui
|
||||
UI += ErrorListUi.ui
|
||||
UI += ERTUi.ui
|
||||
UI += ExternalUi.ui
|
||||
UI += FloatPlacementUi.ui
|
||||
UI += FloatUi.ui
|
||||
UI += FontUi.ui
|
||||
UI += GraphicsUi.ui
|
||||
UI += IncludeUi.ui
|
||||
UI += IndexUi.ui
|
||||
UI += LanguageUi.ui
|
||||
UI += LaTeXUi.ui
|
||||
UI += ListingsUi.ui
|
||||
UI += LogUi.ui
|
||||
UI += MarginsUi.ui
|
||||
UI += MathMatrixUi.ui
|
||||
UI += MathsUi.ui
|
||||
UI += NomenclUi.ui
|
||||
UI += NoteUi.ui
|
||||
UI += NumberingUi.ui
|
||||
UI += PageLayoutUi.ui
|
||||
UI += ParagraphUi.ui
|
||||
UI += PreambleUi.ui
|
||||
UI += PrefColorsUi.ui
|
||||
UI += PrefConvertersUi.ui
|
||||
UI += PrefCygwinPathUi.ui
|
||||
UI += PrefDateUi.ui
|
||||
UI += PrefDisplayUi.ui
|
||||
UI += PrefFileformatsUi.ui
|
||||
UI += PrefIdentityUi.ui
|
||||
UI += PrefKeyboardUi.ui
|
||||
UI += PrefLanguageUi.ui
|
||||
UI += PrefLatexUi.ui
|
||||
UI += PrefPathsUi.ui
|
||||
UI += PrefPlaintextUi.ui
|
||||
UI += PrefPrinterUi.ui
|
||||
UI += PrefScreenFontsUi.ui
|
||||
UI += PrefSpellcheckerUi.ui
|
||||
UI += PrefsUi.ui
|
||||
UI += PrefUi.ui
|
||||
UI += PrintUi.ui
|
||||
UI += RefUi.ui
|
||||
UI += SearchUi.ui
|
||||
UI += SendtoUi.ui
|
||||
UI += ShowFileUi.ui
|
||||
UI += SpellcheckerUi.ui
|
||||
UI += TabularCreateUi.ui
|
||||
UI += TabularUi.ui
|
||||
UI += TexinfoUi.ui
|
||||
UI += TextLayoutUi.ui
|
||||
UI += ThesaurusUi.ui
|
||||
UI += TocUi.ui
|
||||
UI += URLUi.ui
|
||||
UI += ViewSourceUi.ui
|
||||
UI += VSpaceUi.ui
|
||||
UI += WrapUi.ui
|
||||
|
||||
BASE = $${BUILD_BASE_SOURCE_DIR}/src/frontends/qt4
|
||||
|
||||
# This is only there because we name our stuff *_moc instead of moc_*
|
||||
for(FILE,HPP) { XHPP += $${BASE}/$${FILE} }
|
||||
moc1.output = ${QMAKE_FILE_BASE}_moc.cpp
|
||||
moc1.commands = moc ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_OUT}
|
||||
#moc1.depend_command = g++ -E -M ${QMAKE_FILE_NAME} | sed "s,^.*: ,,"
|
||||
moc1.dependency_type = TYPE_C
|
||||
moc1.input = XHPP
|
||||
moc1.CONFIG += no_link
|
||||
QMAKE_EXTRA_COMPILERS += moc1
|
||||
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BASE}/$${FILE} }
|
||||
#for(FILE,HPP) { HEADERS += $${BASE}/$${FILE} }
|
||||
for(FILE,UI) { FORMS += $${BASE}/ui/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,238 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxsrc$${DEBUGSUFFIX}
|
||||
|
||||
TEMPLATE = lib
|
||||
|
||||
QT =
|
||||
|
||||
INC += src
|
||||
INC += boost
|
||||
|
||||
HPP += ASpell_local.h
|
||||
HPP += Author.h
|
||||
HPP += BiblioInfo.h
|
||||
HPP += Bidi.h
|
||||
HPP += Box.h
|
||||
HPP += BranchList.h
|
||||
HPP += Buffer.h
|
||||
HPP += BufferList.h
|
||||
HPP += BufferParams.h
|
||||
HPP += BufferView.h
|
||||
HPP += Bullet.h
|
||||
HPP += Changes.h
|
||||
HPP += Chktex.h
|
||||
HPP += Color.h
|
||||
HPP += Converter.h
|
||||
HPP += ConverterCache.h
|
||||
HPP += CoordCache.h
|
||||
HPP += Counters.h
|
||||
HPP += Cursor.h
|
||||
HPP += CursorSlice.h
|
||||
HPP += CutAndPaste.h
|
||||
HPP += DepTable.h
|
||||
HPP += Dimension.h
|
||||
HPP += DispatchResult.h
|
||||
HPP += DocIterator.h
|
||||
HPP += Encoding.h
|
||||
HPP += ErrorList.h
|
||||
HPP += Exporter.h
|
||||
HPP += FloatList.h
|
||||
HPP += Floating.h
|
||||
HPP += Font.h
|
||||
HPP += FontIterator.h
|
||||
HPP += Format.h
|
||||
HPP += FuncRequest.h
|
||||
HPP += FuncStatus.h
|
||||
HPP += Graph.h
|
||||
HPP += ISpell.h
|
||||
HPP += Importer.h
|
||||
HPP += InsetIterator.h
|
||||
HPP += InsetList.h
|
||||
HPP += Intl.h
|
||||
HPP += KeyMap.h
|
||||
HPP += KeySequence.h
|
||||
HPP += LaTeX.h
|
||||
HPP += LaTeXFeatures.h
|
||||
HPP += Language.h
|
||||
HPP += Layout.h
|
||||
HPP += Length.h
|
||||
HPP += Lexer.h
|
||||
HPP += LyX.h
|
||||
HPP += LyXAction.h
|
||||
HPP += LyXFunc.h
|
||||
HPP += LyXRC.h
|
||||
HPP += LyXVC.h
|
||||
HPP += MenuBackend.h
|
||||
HPP += Messages.h
|
||||
HPP += MetricsInfo.h
|
||||
HPP += Mover.h
|
||||
HPP += OutputParams.h
|
||||
HPP += PDFOptions.h
|
||||
HPP += PSpell.h
|
||||
HPP += ParIterator.h
|
||||
HPP += Paragraph.h
|
||||
HPP += ParagraphList.h
|
||||
HPP += ParagraphMetrics.h
|
||||
HPP += ParagraphParameters.h
|
||||
HPP += PrinterParams.h
|
||||
HPP += Row.h
|
||||
HPP += Section.h
|
||||
HPP += Server.h
|
||||
HPP += ServerSocket.h
|
||||
HPP += Session.h
|
||||
HPP += Spacing.h
|
||||
HPP += SpellBase.h
|
||||
HPP += TexRow.h
|
||||
HPP += Text.h
|
||||
HPP += TextClass.h
|
||||
HPP += TextClassList.h
|
||||
HPP += TextMetrics.h
|
||||
HPP += Thesaurus.h
|
||||
HPP += TocBackend.h
|
||||
HPP += ToolbarBackend.h
|
||||
HPP += Trans.h
|
||||
HPP += Undo.h
|
||||
HPP += VCBackend.h
|
||||
HPP += VSpace.h
|
||||
#HPP += Variables.h
|
||||
HPP += WordLangTuple.h
|
||||
HPP += buffer_funcs.h
|
||||
HPP += bufferview_funcs.h
|
||||
HPP += callback.h
|
||||
HPP += debug.h
|
||||
HPP += factory.h
|
||||
HPP += gettext.h
|
||||
HPP += lengthcommon.h
|
||||
HPP += lfuns.h
|
||||
HPP += lyxfind.h
|
||||
HPP += lyxlayout_ptr_fwd.h
|
||||
HPP += output.h
|
||||
HPP += output_docbook.h
|
||||
HPP += output_latex.h
|
||||
HPP += output_plaintext.h
|
||||
HPP += paper.h
|
||||
HPP += paragraph_funcs.h
|
||||
HPP += pch.h
|
||||
HPP += rowpainter.h
|
||||
HPP += sgml.h
|
||||
HPP += toc.h
|
||||
HPP += update_flags.h
|
||||
HPP += version.h
|
||||
|
||||
#CPP += ASpell.cpp
|
||||
CPP += Author.cpp
|
||||
CPP += BiblioInfo.cpp
|
||||
CPP += Bidi.cpp
|
||||
CPP += Box.cpp
|
||||
CPP += BranchList.cpp
|
||||
CPP += Buffer.cpp
|
||||
CPP += BufferList.cpp
|
||||
CPP += BufferParams.cpp
|
||||
CPP += BufferView.cpp
|
||||
CPP += Bullet.cpp
|
||||
CPP += Changes.cpp
|
||||
CPP += Chktex.cpp
|
||||
CPP += Color.cpp
|
||||
CPP += Converter.cpp
|
||||
CPP += ConverterCache.cpp
|
||||
CPP += CoordCache.cpp
|
||||
CPP += Counters.cpp
|
||||
CPP += Cursor.cpp
|
||||
CPP += CursorSlice.cpp
|
||||
CPP += CutAndPaste.cpp
|
||||
CPP += DepTable.cpp
|
||||
CPP += Dimension.cpp
|
||||
CPP += DocIterator.cpp
|
||||
CPP += Encoding.cpp
|
||||
CPP += ErrorList.cpp
|
||||
CPP += Exporter.cpp
|
||||
CPP += FloatList.cpp
|
||||
CPP += Floating.cpp
|
||||
CPP += Font.cpp
|
||||
CPP += FontIterator.cpp
|
||||
CPP += Format.cpp
|
||||
CPP += FuncRequest.cpp
|
||||
CPP += FuncStatus.cpp
|
||||
CPP += Graph.cpp
|
||||
CPP += ISpell.cpp
|
||||
CPP += Importer.cpp
|
||||
CPP += InsetIterator.cpp
|
||||
CPP += InsetList.cpp
|
||||
CPP += Intl.cpp
|
||||
CPP += KeyMap.cpp
|
||||
CPP += KeySequence.cpp
|
||||
CPP += LaTeX.cpp
|
||||
CPP += LaTeXFeatures.cpp
|
||||
CPP += Language.cpp
|
||||
CPP += Layout.cpp
|
||||
CPP += Length.cpp
|
||||
CPP += Lexer.cpp
|
||||
CPP += LyX.cpp
|
||||
CPP += LyXAction.cpp
|
||||
CPP += LyXFunc.cpp
|
||||
CPP += LyXRC.cpp
|
||||
CPP += LyXVC.cpp
|
||||
CPP += MenuBackend.cpp
|
||||
CPP += Messages.cpp
|
||||
CPP += MetricsInfo.cpp
|
||||
CPP += Mover.cpp
|
||||
CPP += OutputParams.cpp
|
||||
CPP += PDFOptions.cpp
|
||||
#CPP += PSpell.cpp
|
||||
CPP += ParIterator.cpp
|
||||
CPP += Paragraph.cpp
|
||||
CPP += ParagraphMetrics.cpp
|
||||
CPP += ParagraphParameters.cpp
|
||||
CPP += PrinterParams.cpp
|
||||
CPP += Row.cpp
|
||||
CPP += Section.cpp
|
||||
CPP += Server.cpp
|
||||
CPP += ServerSocket.cpp
|
||||
CPP += Session.cpp
|
||||
CPP += Spacing.cpp
|
||||
CPP += SpellBase.cpp
|
||||
CPP += TexRow.cpp
|
||||
CPP += Text.cpp
|
||||
CPP += Text2.cpp
|
||||
CPP += Text3.cpp
|
||||
CPP += TextClass.cpp
|
||||
CPP += TextClassList.cpp
|
||||
CPP += TextMetrics.cpp
|
||||
CPP += TocBackend.cpp
|
||||
CPP += ToolbarBackend.cpp
|
||||
CPP += Trans.cpp
|
||||
CPP += Undo.cpp
|
||||
CPP += VCBackend.cpp
|
||||
CPP += VSpace.cpp
|
||||
#CPP += Variables.cpp
|
||||
CPP += boost.cpp
|
||||
CPP += buffer_funcs.cpp
|
||||
CPP += bufferview_funcs.cpp
|
||||
CPP += callback.cpp
|
||||
CPP += debug.cpp
|
||||
CPP += factory.cpp
|
||||
CPP += gettext.cpp
|
||||
CPP += lengthcommon.cpp
|
||||
CPP += lyxfind.cpp
|
||||
CPP += output.cpp
|
||||
CPP += output_docbook.cpp
|
||||
CPP += output_latex.cpp
|
||||
CPP += output_plaintext.cpp
|
||||
CPP += paragraph_funcs.cpp
|
||||
CPP += rowpainter.cpp
|
||||
CPP += sgml.cpp
|
||||
CPP += toc.cpp
|
||||
CPP += version.cpp
|
||||
|
||||
CPP += Thesaurus.cpp
|
||||
|
||||
BASE = $${BUILD_BASE_SOURCE_DIR}/src/frontends/qt4
|
||||
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
||||
|
||||
|
@ -1,102 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TARGET = lyxsupport$${DEBUGSUFFIX}
|
||||
|
||||
QT = core
|
||||
|
||||
INC += boost
|
||||
INC += src
|
||||
INC += src/support/minizip
|
||||
|
||||
HPP += ExceptionMessage.h
|
||||
HPP += FileFilterList.h
|
||||
HPP += FileMonitor.h
|
||||
HPP += FileName.h
|
||||
HPP += ForkedCallQueue.h
|
||||
HPP += Forkedcall.h
|
||||
HPP += ForkedcallsController.h
|
||||
HPP += Package.h
|
||||
HPP += Path.h
|
||||
HPP += RandomAccessList.h
|
||||
HPP += Systemcall.h
|
||||
HPP += Timeout.h
|
||||
HPP += Translator.h
|
||||
HPP += convert.h
|
||||
HPP += copied_ptr.h
|
||||
HPP += cow_ptr.h
|
||||
HPP += debugstream.h
|
||||
HPP += docstream.h
|
||||
HPP += docstring.h
|
||||
HPP += environment.h
|
||||
HPP += filetools.h
|
||||
HPP += fs_extras.h
|
||||
HPP += gzstream.h
|
||||
HPP += limited_stack.h
|
||||
HPP += lstrings.h
|
||||
HPP += lyxalgo.h
|
||||
HPP += lyxlib.h
|
||||
HPP += lyxmanip.h
|
||||
HPP += lyxtime.h
|
||||
HPP += os.h
|
||||
HPP += os_win32.h
|
||||
HPP += pch.h
|
||||
HPP += qstring_helpers.h
|
||||
HPP += socktools.h
|
||||
HPP += std_istream.h
|
||||
HPP += std_ostream.h
|
||||
HPP += textutils.h
|
||||
HPP += types.h
|
||||
HPP += unicode.h
|
||||
HPP += userinfo.h
|
||||
|
||||
HPP += minizip/crypt.h
|
||||
HPP += minizip/ioapi.h
|
||||
HPP += minizip/iowin32.h
|
||||
HPP += minizip/unzip.h
|
||||
HPP += minizip/zip.h
|
||||
|
||||
CPP += FileFilterList.cpp
|
||||
CPP += FileMonitor.cpp
|
||||
CPP += FileName.cpp
|
||||
CPP += ForkedCallQueue.cpp
|
||||
CPP += Forkedcall.cpp
|
||||
CPP += ForkedcallsController.cpp
|
||||
CPP += Package.cpp
|
||||
CPP += Path.cpp
|
||||
CPP += Systemcall.cpp
|
||||
CPP += Timeout.cpp
|
||||
CPP += abort.cpp
|
||||
CPP += chdir.cpp
|
||||
CPP += convert.cpp
|
||||
CPP += copy.cpp
|
||||
CPP += docstream.cpp
|
||||
CPP += docstring.cpp
|
||||
CPP += environment.cpp
|
||||
CPP += filetools.cpp
|
||||
CPP += fs_extras.cpp
|
||||
CPP += getcwd.cpp
|
||||
CPP += gzstream.cpp
|
||||
CPP += kill.cpp
|
||||
CPP += lstrings.cpp
|
||||
CPP += lyxsum.cpp
|
||||
CPP += lyxtime.cpp
|
||||
CPP += mkdir.cpp
|
||||
CPP += os.cpp
|
||||
CPP += qstring_helpers.cpp
|
||||
CPP += rename.cpp
|
||||
CPP += socktools.cpp
|
||||
CPP += tempname.cpp
|
||||
CPP += textutils.cpp
|
||||
CPP += unicode.cpp
|
||||
CPP += unlink.cpp
|
||||
CPP += userinfo.cpp
|
||||
|
||||
CPP += minizip/ioapi.c
|
||||
CPP += minizip/iowin32.c
|
||||
CPP += minizip/unzip.c
|
||||
CPP += minizip/zip.c
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -1,59 +0,0 @@
|
||||
|
||||
include(../config.pri)
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
TARGET = ../bin/tex2lyx$${DEBUGSUFFIX}
|
||||
|
||||
QT =
|
||||
|
||||
LIBS += -L../lib
|
||||
|
||||
LIBS += -llyxsupport$${DEBUGSUFFIX}
|
||||
LIBS += -llyxboost$${DEBUGSUFFIX}
|
||||
|
||||
LIBS += -llyxmathed$${DEBUGSUFFIX}
|
||||
LIBS += -llyxinsets$${DEBUGSUFFIX}
|
||||
LIBS += -llyxgraphics$${DEBUGSUFFIX}
|
||||
LIBS += -llyxfrontends$${DEBUGSUFFIX}
|
||||
LIBS += -llyxcontrollers$${DEBUGSUFFIX}
|
||||
LIBS += -llyxqt4$${DEBUGSUFFIX}
|
||||
LIBS += -llyxsrc$${DEBUGSUFFIX}
|
||||
|
||||
INC += src
|
||||
INC += boost
|
||||
|
||||
HPP += Context.h
|
||||
HPP += Font.h
|
||||
HPP += Parser.h
|
||||
HPP += Spacing.h
|
||||
HPP += pch.h
|
||||
HPP += tex2lyx.h
|
||||
|
||||
CPP += Context.cpp
|
||||
CPP += Font.cpp
|
||||
CPP += Parser.cpp
|
||||
CPP += boost.cpp
|
||||
CPP += gettext.cpp
|
||||
CPP += lengthcommon.cpp
|
||||
CPP += math.cpp
|
||||
CPP += preamble.cpp
|
||||
CPP += table.cpp
|
||||
CPP += tex2lyx.cpp
|
||||
CPP += text.cpp
|
||||
|
||||
# linked files
|
||||
#HPP += ../Layout.h
|
||||
#HPP += ../TextClass.h
|
||||
|
||||
#CPP += ../FloatList.cpp
|
||||
#CPP += ../Floating.cpp
|
||||
#CPP += ../Counters.cpp
|
||||
#CPP += ../Layout.cpp
|
||||
#CPP += ../TextClass.cpp
|
||||
#CPP += ../Lexer.cpp
|
||||
|
||||
|
||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/tex2lyx/$${FILE} }
|
||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/tex2lyx/$${FILE} }
|
||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
@ -79,6 +79,7 @@ src_header_files = Split('''
|
||||
Language.h
|
||||
Layout.h
|
||||
LayoutEnums.h
|
||||
LayoutPtr.h
|
||||
Length.h
|
||||
Lexer.h
|
||||
LyX.h
|
||||
@ -129,7 +130,6 @@ src_header_files = Split('''
|
||||
lengthcommon.h
|
||||
lfuns.h
|
||||
lyxfind.h
|
||||
lyxlayout_ptr_fwd.h
|
||||
output.h
|
||||
output_docbook.h
|
||||
output_latex.h
|
||||
|
@ -13,8 +13,8 @@ inc="$inc -I../../src/frontends/controllers"
|
||||
inc="$inc -I../../src/frontends/qt4"
|
||||
|
||||
s=0
|
||||
#for i in `find ../../src/frontends/controllers -name *.cpp` ; do
|
||||
for i in `find ../.. -name *.cpp` ; do
|
||||
#for i in `find ../../src/frontends/qt4 -name *.cpp` ; do
|
||||
for i in `find ../.. -name '*.cpp'` ; do
|
||||
#echo $i
|
||||
#echo "g++ $inc -DQT_NO_STL -E $i"
|
||||
#g++ $inc -DQT_NO_STL -E $i > tmp/`basename $i`
|
||||
|
Loading…
Reference in New Issue
Block a user