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