]> git.lyx.org Git - lyx.git/blob - development/qmake/mathed/mathed.pro
add QT_NO_KEYWORDS
[lyx.git] / development / qmake / mathed / mathed.pro
1
2 include(../config.pri)
3
4 TARGET = lyxmathed$${DEBUGSUFFIX}
5
6 QT =
7
8 INC += src
9 INC += boost
10
11 HPP += CommandInset.h
12 #HPP += InsetFormulaMacro.h
13 HPP += InsetMath.h
14 HPP += InsetMathAMSArray.h
15 HPP += InsetMathArray.h
16 HPP += InsetMathBig.h
17 HPP += InsetMathBinom.h
18 HPP += InsetMathBoldSymbol.h
19 HPP += InsetMathBox.h
20 HPP += InsetMathBoxed.h
21 HPP += InsetMathBrace.h
22 HPP += InsetMathCases.h
23 HPP += InsetMathChar.h
24 HPP += InsetMathColor.h
25 HPP += InsetMathComment.h
26 HPP += InsetMathDFrac.h
27 HPP += InsetMathDecoration.h
28 HPP += InsetMathDelim.h
29 HPP += InsetMathDiff.h
30 HPP += InsetMathDots.h
31 HPP += InsetMathEnv.h
32 HPP += InsetMathExFunc.h
33 HPP += InsetMathExInt.h
34 HPP += InsetMathFBox.h
35 HPP += InsetMathFont.h
36 HPP += InsetMathFontOld.h
37 HPP += InsetMathFrac.h
38 HPP += InsetMathFracBase.h
39 HPP += InsetMathFrameBox.h
40 HPP += InsetMathGrid.h
41 HPP += InsetMathHull.h
42 HPP += InsetMathKern.h
43 HPP += InsetMathLefteqn.h
44 HPP += InsetMathLim.h
45 HPP += InsetMathMBox.h
46 HPP += InsetMathMakebox.h
47 HPP += InsetMathMatrix.h
48 HPP += InsetMathNest.h
49 HPP += InsetMathNumber.h
50 HPP += InsetMathOverset.h
51 HPP += InsetMathPar.h
52 HPP += InsetMathPhantom.h
53 HPP += InsetMathRef.h
54 HPP += InsetMathRoot.h
55 HPP += InsetMathScript.h
56 HPP += InsetMathSize.h
57 HPP += InsetMathSpace.h
58 HPP += InsetMathSplit.h
59 HPP += InsetMathSqrt.h
60 HPP += InsetMathStackrel.h
61 HPP += InsetMathString.h
62 HPP += InsetMathSubstack.h
63 HPP += InsetMathSymbol.h
64 HPP += InsetMathTFrac.h
65 HPP += InsetMathTabular.h
66 HPP += InsetMathUnderset.h
67 HPP += InsetMathUnknown.h
68 HPP += InsetMathXArrow.h
69 #HPP += InsetMathXYArrow.h
70 HPP += InsetMathXYMatrix.h
71 HPP += MacroTable.h
72 HPP += MathAtom.h
73 HPP += MathAutoCorrect.h
74 HPP += MathData.h
75 HPP += MathExtern.h
76 HPP += MathFactory.h
77 HPP += MathGridInfo.h
78 HPP += MathMacro.h
79 HPP += MathMacroArgument.h
80 HPP += MathMacroTemplate.h
81 HPP += MathParser.h
82 HPP += MathStream.h
83 HPP += MathSupport.h
84 HPP += ReplaceData.h
85 HPP += TextPainter.h
86
87 CPP += CommandInset.cpp
88 #CPP += InsetFormulaMacro.cpp
89 CPP += InsetMath.cpp
90 CPP += InsetMathAMSArray.cpp
91 CPP += InsetMathArray.cpp
92 CPP += InsetMathBig.cpp
93 CPP += InsetMathBinom.cpp
94 CPP += InsetMathBoldSymbol.cpp
95 CPP += InsetMathBox.cpp
96 CPP += InsetMathBoxed.cpp
97 CPP += InsetMathBrace.cpp
98 CPP += InsetMathCases.cpp
99 CPP += InsetMathChar.cpp
100 CPP += InsetMathColor.cpp
101 CPP += InsetMathComment.cpp
102 CPP += InsetMathDFrac.cpp
103 CPP += InsetMathDecoration.cpp
104 CPP += InsetMathDelim.cpp
105 CPP += InsetMathDiff.cpp
106 CPP += InsetMathDots.cpp
107 CPP += InsetMathEnv.cpp
108 CPP += InsetMathExFunc.cpp
109 CPP += InsetMathExInt.cpp
110 CPP += InsetMathFBox.cpp
111 CPP += InsetMathFont.cpp
112 CPP += InsetMathFontOld.cpp
113 CPP += InsetMathFrac.cpp
114 CPP += InsetMathFracBase.cpp
115 CPP += InsetMathFrameBox.cpp
116 CPP += InsetMathGrid.cpp
117 CPP += InsetMathHull.cpp
118 CPP += InsetMathKern.cpp
119 CPP += InsetMathLefteqn.cpp
120 CPP += InsetMathLim.cpp
121 CPP += InsetMathMBox.cpp
122 CPP += InsetMathMakebox.cpp
123 CPP += InsetMathMatrix.cpp
124 CPP += InsetMathNest.cpp
125 CPP += InsetMathNumber.cpp
126 CPP += InsetMathOverset.cpp
127 CPP += InsetMathPar.cpp
128 CPP += InsetMathPhantom.cpp
129 CPP += InsetMathRef.cpp
130 CPP += InsetMathRoot.cpp
131 CPP += InsetMathScript.cpp
132 CPP += InsetMathSize.cpp
133 CPP += InsetMathSpace.cpp
134 CPP += InsetMathSplit.cpp
135 CPP += InsetMathSqrt.cpp
136 CPP += InsetMathStackrel.cpp
137 CPP += InsetMathString.cpp
138 CPP += InsetMathSubstack.cpp
139 CPP += InsetMathSymbol.cpp
140 CPP += InsetMathTFrac.cpp
141 CPP += InsetMathTabular.cpp
142 CPP += InsetMathUnderset.cpp
143 CPP += InsetMathUnknown.cpp
144 CPP += InsetMathXArrow.cpp
145 #CPP += InsetMathXYArrow.cpp
146 CPP += InsetMathXYMatrix.cpp
147 CPP += MacroTable.cpp
148 CPP += MathAtom.cpp
149 CPP += MathAutoCorrect.cpp
150 CPP += MathData.cpp
151 CPP += MathExtern.cpp
152 CPP += MathFactory.cpp
153 CPP += MathMacro.cpp
154 CPP += MathMacroArgument.cpp
155 CPP += MathMacroTemplate.cpp
156 CPP += MathParser.cpp
157 CPP += MathStream.cpp
158 CPP += MathSupport.cpp
159 CPP += TextPainter.cpp
160
161 for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/mathed/$${FILE} }
162 for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/mathed/$${FILE} }
163 for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }