mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
make tex2lyx buildable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19408 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
baa48445a1
commit
79bc04d87e
@ -8,14 +8,16 @@ TARGET = ../bin/tex2lyx$${DEBUGSUFFIX}
|
|||||||
QT =
|
QT =
|
||||||
|
|
||||||
LIBS += -L../lib
|
LIBS += -L../lib
|
||||||
|
|
||||||
|
LIBS += -llyxsupport$${DEBUGSUFFIX}
|
||||||
|
LIBS += -llyxboost$${DEBUGSUFFIX}
|
||||||
|
|
||||||
LIBS += -llyxmathed$${DEBUGSUFFIX}
|
LIBS += -llyxmathed$${DEBUGSUFFIX}
|
||||||
LIBS += -llyxinsets$${DEBUGSUFFIX}
|
LIBS += -llyxinsets$${DEBUGSUFFIX}
|
||||||
LIBS += -llyxgraphics$${DEBUGSUFFIX}
|
LIBS += -llyxgraphics$${DEBUGSUFFIX}
|
||||||
LIBS += -llyxsupport$${DEBUGSUFFIX}
|
|
||||||
LIBS += -llyxfrontends$${DEBUGSUFFIX}
|
LIBS += -llyxfrontends$${DEBUGSUFFIX}
|
||||||
LIBS += -llyxcontrollers$${DEBUGSUFFIX}
|
LIBS += -llyxcontrollers$${DEBUGSUFFIX}
|
||||||
LIBS += -llyxqt4$${DEBUGSUFFIX}
|
LIBS += -llyxqt4$${DEBUGSUFFIX}
|
||||||
LIBS += -llyxboost$${DEBUGSUFFIX}
|
|
||||||
LIBS += -llyxsrc$${DEBUGSUFFIX}
|
LIBS += -llyxsrc$${DEBUGSUFFIX}
|
||||||
|
|
||||||
INC += src
|
INC += src
|
||||||
@ -41,15 +43,15 @@ CPP += tex2lyx.cpp
|
|||||||
CPP += text.cpp
|
CPP += text.cpp
|
||||||
|
|
||||||
# linked files
|
# linked files
|
||||||
HPP += ../Layout.h
|
#HPP += ../Layout.h
|
||||||
HPP += ../TextClass.h
|
#HPP += ../TextClass.h
|
||||||
|
|
||||||
CPP += ../FloatList.cpp
|
#CPP += ../FloatList.cpp
|
||||||
CPP += ../Floating.cpp
|
#CPP += ../Floating.cpp
|
||||||
CPP += ../Counters.cpp
|
#CPP += ../Counters.cpp
|
||||||
CPP += ../Layout.cpp
|
#CPP += ../Layout.cpp
|
||||||
CPP += ../TextClass.cpp
|
#CPP += ../TextClass.cpp
|
||||||
CPP += ../Lexer.cpp
|
#CPP += ../Lexer.cpp
|
||||||
|
|
||||||
|
|
||||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/tex2lyx/$${FILE} }
|
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/tex2lyx/$${FILE} }
|
||||||
|
Loading…
Reference in New Issue
Block a user