]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
Matrix and delimiter.
[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         QDelimiterDialog.h QDelimiterDialog.C \
46         QError.h QErrorDialog.h \
47         QError.C QErrorDialog.C \
48         QERT.h QERTDialog.h \
49         QERT.C QERTDialog.C \
50         QExternal.h QExternalDialog.h \
51         QExternal.C QExternalDialog.C \
52         QFloat.h QFloatDialog.h \
53         QFloat.C QFloatDialog.C \
54         QGraphics.h QGraphicsDialog.h \
55         QGraphics.C QGraphicsDialog.C \
56         QInclude.h QIncludeDialog.h \
57         QInclude.C QIncludeDialog.C \
58         QIndex.h QIndexDialog.h \
59         QIndex.C QIndexDialog.C \
60         QLog.h QLogDialog.h \
61         QLog.C QLogDialog.C \
62         QMath.h QMathDialog.h \
63         QMath.C QMathDialog.C \
64         QMinipage.h QMinipageDialog.h \
65         QMinipage.C QMinipageDialog.C \
66         QParagraph.h QParagraphDialog.h \
67         QParagraph.C QParagraphDialog.C \
68         QPreamble.h QPreambleDialog.h \
69         QPreamble.C QPreambleDialog.C \
70         QPrint.h QPrintDialog.h \
71         QPrint.C QPrintDialog.C \
72         QRef.h QRefDialog.h \
73         QRef.C QRefDialog.C \
74         QSearch.h QSearchDialog.h \
75         QSearch.C QSearchDialog.C \
76         QShowFile.h QShowFileDialog.h \
77         QShowFile.C QShowFileDialog.C \
78         QSpellchecker.h QSpellcheckerDialog.h \
79         QSpellchecker.C QSpellcheckerDialog.C \
80         QTabularCreate.h QTabularCreateDialog.h \
81         QTabularCreate.C QTabularCreateDialog.C \
82         QTexinfo.h QTexinfoDialog.h \
83         QTexinfo.C QTexinfoDialog.C \
84         QThesaurus.h QThesaurusDialog.h \
85         QThesaurus.C QThesaurusDialog.C \
86         QToc.h QTocDialog.h \
87         QToc.C QTocDialog.C \
88         QURL.h QURLDialog.h \
89         QURL.C QURLDialog.C \
90         QVCLog.h QVCLogDialog.h \
91         QVCLog.C QVCLogDialog.C
92  
93 MOCDIALOGS = \
94         QAboutDialog_moc.C \
95         QBibitemDialog_moc.C \
96         QBibtexDialog_moc.C \
97         QCharacterDialog_moc.C \
98         QCitationDialog_moc.C \
99         QDelimiterDialog_moc.C \
100         QErrorDialog_moc.C \
101         QERTDialog_moc.C \
102         QExternalDialog_moc.C \
103         QFloatDialog_moc.C \
104         QGraphicsDialog_moc.C \
105         QIncludeDialog_moc.C \
106         QIndexDialog_moc.C \
107         QLogDialog_moc.C \
108         QMathDialog_moc.C \
109         QMinipageDialog_moc.C \
110         QParagraphDialog_moc.C \
111         QPreambleDialog_moc.C \
112         QPrintDialog_moc.C \
113         QRefDialog_moc.C \
114         QSearchDialog_moc.C \
115         QShowFileDialog_moc.C \
116         QSpellcheckerDialog_moc.C \
117         QTabularCreateDialog_moc.C \
118         QTexinfoDialog_moc.C \
119         QThesaurusDialog_moc.C \
120         QTocDialog_moc.C \
121         QURLDialog_moc.C \
122         QVCLogDialog_moc.C
123  
124 UIDIALOGS = \
125         QAboutDialogBase.h \
126         QAboutDialogBase.C \
127         QAskForTextDialog.h \
128         QAskForTextDialog.C \
129         QBibitemDialogBase.h \
130         QBibitemDialogBase.C \
131         QBibtexDialogBase.h \
132         QBibtexDialogBase.C \
133         QCharacterDialogBase.h \
134         QCharacterDialogBase.C \
135         QCitationDialogBase.h \
136         QCitationDialogBase.C \
137         QDelimiterDialogBase.h \
138         QDelimiterDialogBase.C \
139         QErrorDialogBase.C \
140         QErrorDialogBase.h \
141         QERTDialogBase.C \
142         QERTDialogBase.h \
143         QExternalDialogBase.C \
144         QExternalDialogBase.h \
145         QFloatDialogBase.C \
146         QFloatDialogBase.h \
147         QGraphicsDialogBase.C \
148         QGraphicsDialogBase.h \
149         QIncludeDialogBase.h \
150         QIncludeDialogBase.C \
151         QIndexDialogBase.h \
152         QIndexDialogBase.C \
153         QLogDialogBase.h \
154         QLogDialogBase.C \
155         QMathDialogBase.h \
156         QMathDialogBase.C \
157         QMinipageDialogBase.h \
158         QMinipageDialogBase.C \
159         QParagraphDialogBase.h \
160         QParagraphDialogBase.C \
161         QPreambleDialogBase.h \
162         QPreambleDialogBase.C \
163         QPrintDialogBase.h \
164         QPrintDialogBase.C \
165         QRefDialogBase.h \
166         QRefDialogBase.C \
167         QSearchDialogBase.h \
168         QSearchDialogBase.C \
169         QShowFileDialogBase.h \
170         QShowFileDialogBase.C \
171         QSpellcheckerDialogBase.h \
172         QSpellcheckerDialogBase.C \
173         QTabularCreateDialogBase.h \
174         QTabularCreateDialogBase.C \
175         QTexinfoDialogBase.h \
176         QTexinfoDialogBase.C \
177         QThesaurusDialogBase.h \
178         QThesaurusDialogBase.C \
179         QTocDialogBase.h \
180         QTocDialogBase.C \
181         QURLDialogBase.h \
182         QURLDialogBase.C \
183         QVCLogDialogBase.h \
184         QVCLogDialogBase.C
185  
186 UIMOCDIALOGS = \
187         QAboutDialogBase_moc.C \
188         QAskForTextDialog_moc.C \
189         QBibitemDialogBase_moc.C \
190         QBibtexDialogBase_moc.C \
191         QCharacterDialogBase_moc.C \
192         QCitationDialogBase_moc.C \
193         QDelimiterDialogBase_moc.C \
194         QErrorDialogBase_moc.C \
195         QERTDialogBase_moc.C \
196         QExternalDialogBase_moc.C \
197         QFloatDialogBase_moc.C \
198         QGraphicsDialogBase_moc.C \
199         QIncludeDialogBase_moc.C \
200         QIndexDialogBase_moc.C \
201         QLogDialogBase_moc.C \
202         QMathDialogBase_moc.C \
203         QMinipageDialogBase_moc.C \
204         QParagraphDialogBase_moc.C \
205         QPreambleDialogBase_moc.C \
206         QPrintDialogBase_moc.C \
207         QRefDialogBase_moc.C \
208         QSearchDialogBase_moc.C \
209         QShowFileDialogBase_moc.C \
210         QSpellcheckerDialogBase_moc.C \
211         QTabularCreateDialogBase_moc.C \
212         QTexinfoDialogBase_moc.C \
213         QThesaurusDialogBase_moc.C \
214         QTocDialogBase_moc.C \
215         QURLDialogBase_moc.C \
216         QVCLogDialogBase_moc.C