]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
Add basic bits of Qt's math panel. Hacked together (no MVC yet) but
[lyx.git] / src / frontends / qt2 / Makefile.dialogs
1 # this is the master file from which the dialog file rules are generated
2
3 DIALOGS = \
4         QAbout \
5         QAskForText \
6         QBibitem \
7         QBibtex \
8         QCharacter \
9         QCitation \
10         QError \
11         QERT \
12         QExternal \
13         QFloat \
14         QGraphics \
15         QInclude \
16         QIndex \
17         QLog \
18         QMath \
19         QMinipage \
20         QParagraph \
21         QPreamble \
22         QPrint \
23         QRef \
24         QSearch \
25         QShowFile \
26         QSpellchecker \
27         QTabularCreate \
28         QTexinfo \
29         QThesaurus \
30         QToc \
31         QURL \
32         QVCLog
33  
34 DIALOGSOURCES = \
35         QAbout.h QAboutDialog.h \
36         QAbout.C QAboutDialog.C \
37         QBibitem.h QBibitemDialog.h \
38         QBibitem.C QBibitemDialog.C \
39         QBibtex.h QBibtexDialog.h \
40         QBibtex.C QBibtexDialog.C \
41         QCharacter.h QCharacterDialog.h \
42         QCharacter.C QCharacterDialog.C \
43         QCitation.h QCitationDialog.h \
44         QCitation.C QCitationDialog.C \
45         QError.h QErrorDialog.h \
46         QError.C QErrorDialog.C \
47         QERT.h QERTDialog.h \
48         QERT.C QERTDialog.C \
49         QExternal.h QExternalDialog.h \
50         QExternal.C QExternalDialog.C \
51         QFloat.h QFloatDialog.h \
52         QFloat.C QFloatDialog.C \
53         QGraphics.h QGraphicsDialog.h \
54         QGraphics.C QGraphicsDialog.C \
55         QInclude.h QIncludeDialog.h \
56         QInclude.C QIncludeDialog.C \
57         QIndex.h QIndexDialog.h \
58         QIndex.C QIndexDialog.C \
59         QLog.h QLogDialog.h \
60         QLog.C QLogDialog.C \
61         QMath.h QMathDialog.h \
62         QMath.C QMathDialog.C \
63         QMinipage.h QMinipageDialog.h \
64         QMinipage.C QMinipageDialog.C \
65         QParagraph.h QParagraphDialog.h \
66         QParagraph.C QParagraphDialog.C \
67         QPreamble.h QPreambleDialog.h \
68         QPreamble.C QPreambleDialog.C \
69         QPrint.h QPrintDialog.h \
70         QPrint.C QPrintDialog.C \
71         QRef.h QRefDialog.h \
72         QRef.C QRefDialog.C \
73         QSearch.h QSearchDialog.h \
74         QSearch.C QSearchDialog.C \
75         QShowFile.h QShowFileDialog.h \
76         QShowFile.C QShowFileDialog.C \
77         QSpellchecker.h QSpellcheckerDialog.h \
78         QSpellchecker.C QSpellcheckerDialog.C \
79         QTabularCreate.h QTabularCreateDialog.h \
80         QTabularCreate.C QTabularCreateDialog.C \
81         QTexinfo.h QTexinfoDialog.h \
82         QTexinfo.C QTexinfoDialog.C \
83         QThesaurus.h QThesaurusDialog.h \
84         QThesaurus.C QThesaurusDialog.C \
85         QToc.h QTocDialog.h \
86         QToc.C QTocDialog.C \
87         QURL.h QURLDialog.h \
88         QURL.C QURLDialog.C \
89         QVCLog.h QVCLogDialog.h \
90         QVCLog.C QVCLogDialog.C
91  
92 MOCDIALOGS = \
93         QAboutDialog_moc.C \
94         QBibitemDialog_moc.C \
95         QBibtexDialog_moc.C \
96         QCharacterDialog_moc.C \
97         QCitationDialog_moc.C \
98         QErrorDialog_moc.C \
99         QERTDialog_moc.C \
100         QExternalDialog_moc.C \
101         QFloatDialog_moc.C \
102         QGraphicsDialog_moc.C \
103         QIncludeDialog_moc.C \
104         QIndexDialog_moc.C \
105         QLogDialog_moc.C \
106         QMathDialog_moc.C \
107         QMinipageDialog_moc.C \
108         QParagraphDialog_moc.C \
109         QPreambleDialog_moc.C \
110         QPrintDialog_moc.C \
111         QRefDialog_moc.C \
112         QSearchDialog_moc.C \
113         QShowFileDialog_moc.C \
114         QSpellcheckerDialog_moc.C \
115         QTabularCreateDialog_moc.C \
116         QTexinfoDialog_moc.C \
117         QThesaurusDialog_moc.C \
118         QTocDialog_moc.C \
119         QURLDialog_moc.C \
120         QVCLogDialog_moc.C
121  
122 UIDIALOGS = \
123         QAboutDialogBase.h \
124         QAboutDialogBase.C \
125         QAskForTextDialog.h \
126         QAskForTextDialog.C \
127         QBibitemDialogBase.h \
128         QBibitemDialogBase.C \
129         QBibtexDialogBase.h \
130         QBibtexDialogBase.C \
131         QCharacterDialogBase.h \
132         QCharacterDialogBase.C \
133         QCitationDialogBase.h \
134         QCitationDialogBase.C \
135         QErrorDialogBase.C \
136         QErrorDialogBase.h \
137         QERTDialogBase.C \
138         QERTDialogBase.h \
139         QExternalDialogBase.C \
140         QExternalDialogBase.h \
141         QFloatDialogBase.C \
142         QFloatDialogBase.h \
143         QGraphicsDialogBase.C \
144         QGraphicsDialogBase.h \
145         QIncludeDialogBase.h \
146         QIncludeDialogBase.C \
147         QIndexDialogBase.h \
148         QIndexDialogBase.C \
149         QLogDialogBase.h \
150         QLogDialogBase.C \
151         QMathDialogBase.h \
152         QMathDialogBase.C \
153         QMinipageDialogBase.h \
154         QMinipageDialogBase.C \
155         QParagraphDialogBase.h \
156         QParagraphDialogBase.C \
157         QPreambleDialogBase.h \
158         QPreambleDialogBase.C \
159         QPrintDialogBase.h \
160         QPrintDialogBase.C \
161         QRefDialogBase.h \
162         QRefDialogBase.C \
163         QSearchDialogBase.h \
164         QSearchDialogBase.C \
165         QShowFileDialogBase.h \
166         QShowFileDialogBase.C \
167         QSpellcheckerDialogBase.h \
168         QSpellcheckerDialogBase.C \
169         QTabularCreateDialogBase.h \
170         QTabularCreateDialogBase.C \
171         QTexinfoDialogBase.h \
172         QTexinfoDialogBase.C \
173         QThesaurusDialogBase.h \
174         QThesaurusDialogBase.C \
175         QTocDialogBase.h \
176         QTocDialogBase.C \
177         QURLDialogBase.h \
178         QURLDialogBase.C \
179         QVCLogDialogBase.h \
180         QVCLogDialogBase.C
181  
182 UIMOCDIALOGS = \
183         QAboutDialogBase_moc.C \
184         QAskForTextDialog_moc.C \
185         QBibitemDialogBase_moc.C \
186         QBibtexDialogBase_moc.C \
187         QCharacterDialogBase_moc.C \
188         QCitationDialogBase_moc.C \
189         QErrorDialogBase_moc.C \
190         QERTDialogBase_moc.C \
191         QExternalDialogBase_moc.C \
192         QFloatDialogBase_moc.C \
193         QGraphicsDialogBase_moc.C \
194         QIncludeDialogBase_moc.C \
195         QIndexDialogBase_moc.C \
196         QLogDialogBase_moc.C \
197         QMathDialogBase_moc.C \
198         QMinipageDialogBase_moc.C \
199         QParagraphDialogBase_moc.C \
200         QPreambleDialogBase_moc.C \
201         QPrintDialogBase_moc.C \
202         QRefDialogBase_moc.C \
203         QSearchDialogBase_moc.C \
204         QShowFileDialogBase_moc.C \
205         QSpellcheckerDialogBase_moc.C \
206         QTabularCreateDialogBase_moc.C \
207         QTexinfoDialogBase_moc.C \
208         QThesaurusDialogBase_moc.C \
209         QTocDialogBase_moc.C \
210         QURLDialogBase_moc.C \
211         QVCLogDialogBase_moc.C