]> git.lyx.org Git - lyx.git/blob - development/qmake/tex2lyx/tex2lyx.pro
Thanks to Ignacio, we have a new Spanish UserGuide!
[lyx.git] / development / qmake / tex2lyx / tex2lyx.pro
1
2 include(../config.pri)
3
4 TEMPLATE = app
5
6 TARGET = ../bin/tex2lyx$${DEBUGSUFFIX}
7
8 QT =
9
10 LIBS += -L../lib
11
12 LIBS += -llyxsupport$${DEBUGSUFFIX}
13 LIBS += -llyxboost$${DEBUGSUFFIX}
14
15 LIBS += -llyxmathed$${DEBUGSUFFIX}
16 LIBS += -llyxinsets$${DEBUGSUFFIX}
17 LIBS += -llyxgraphics$${DEBUGSUFFIX}
18 LIBS += -llyxfrontends$${DEBUGSUFFIX}
19 LIBS += -llyxcontrollers$${DEBUGSUFFIX}
20 LIBS += -llyxqt4$${DEBUGSUFFIX}
21 LIBS += -llyxsrc$${DEBUGSUFFIX}
22
23 INC += src
24 INC += boost
25
26 HPP += Context.h
27 HPP += Font.h
28 HPP += Parser.h
29 HPP += Spacing.h
30 HPP += pch.h
31 HPP += tex2lyx.h
32
33 CPP += Context.cpp
34 CPP += Font.cpp
35 CPP += Parser.cpp
36 CPP += boost.cpp
37 CPP += gettext.cpp
38 CPP += lengthcommon.cpp
39 CPP += math.cpp
40 CPP += preamble.cpp
41 CPP += table.cpp
42 CPP += tex2lyx.cpp
43 CPP += text.cpp
44
45 # linked files 
46 #HPP += ../Layout.h
47 #HPP += ../TextClass.h
48
49 #CPP += ../FloatList.cpp
50 #CPP += ../Floating.cpp
51 #CPP += ../Counters.cpp
52 #CPP += ../Layout.cpp
53 #CPP += ../TextClass.cpp
54 #CPP += ../Lexer.cpp 
55
56
57 for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/tex2lyx/$${FILE} }
58 for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/tex2lyx/$${FILE} }
59 for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }