From 79bc04d87e9dfd4f914dee51e8b34b1e7be6bcee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 10 Aug 2007 19:36:11 +0000 Subject: [PATCH] make tex2lyx buildable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19408 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/qmake/tex2lyx/tex2lyx.pro | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/development/qmake/tex2lyx/tex2lyx.pro b/development/qmake/tex2lyx/tex2lyx.pro index 5fbb4ab56b..e119d7b75d 100644 --- a/development/qmake/tex2lyx/tex2lyx.pro +++ b/development/qmake/tex2lyx/tex2lyx.pro @@ -8,14 +8,16 @@ TARGET = ../bin/tex2lyx$${DEBUGSUFFIX} QT = LIBS += -L../lib + +LIBS += -llyxsupport$${DEBUGSUFFIX} +LIBS += -llyxboost$${DEBUGSUFFIX} + 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} INC += src @@ -41,15 +43,15 @@ CPP += tex2lyx.cpp CPP += text.cpp # linked files -HPP += ../Layout.h -HPP += ../TextClass.h +#HPP += ../Layout.h +#HPP += ../TextClass.h -CPP += ../FloatList.cpp -CPP += ../Floating.cpp -CPP += ../Counters.cpp -CPP += ../Layout.cpp -CPP += ../TextClass.cpp -CPP += ../Lexer.cpp +#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} }