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