From: André Pönitz Date: Fri, 10 Aug 2007 19:36:11 +0000 (+0000) Subject: make tex2lyx buildable X-Git-Tag: 1.6.10~8980 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=79bc04d87e9dfd4f914dee51e8b34b1e7be6bcee;p=features.git make tex2lyx buildable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19408 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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 - -CPP += ../FloatList.cpp -CPP += ../Floating.cpp -CPP += ../Counters.cpp -CPP += ../Layout.cpp -CPP += ../TextClass.cpp -CPP += ../Lexer.cpp +#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} }