]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
further makefile work
[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         QMinipage \
19         QPreamble \
20         QPrint \
21         QRef \
22         QSearch \
23         QShowFile \
24         QSpellchecker \
25         QTabularCreate \
26         QTexinfo \
27         QThesaurus \
28         QToc \
29         QURL \
30         QVCLog
31  
32 DIALOGSOURCES = \
33         QAbout.h QAboutDialog.h \
34         QAbout.C QAboutDialog.C \
35         QBibitem.h QBibitemDialog.h \
36         QBibitem.C QBibitemDialog.C \
37         QBibtex.h QBibtexDialog.h \
38         QBibtex.C QBibtexDialog.C \
39         QCharacter.h QCharacterDialog.h \
40         QCharacter.C QCharacterDialog.C \
41         QCitation.h QCitationDialog.h \
42         QCitation.C QCitationDialog.C \
43         QDocument.C QDocument.h \
44         QDocumentDialog.C QDocumentDialog.h \
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         QMinipage.h QMinipageDialog.h \
62         QMinipage.C QMinipageDialog.C \
63         QParagraph.C QParagraph.h \
64         QParagraphDialog.C QParagraphDialog.h \
65         QPreamble.h QPreambleDialog.h \
66         QPreamble.C QPreambleDialog.C \
67         QPrint.h QPrintDialog.h \
68         QPrint.C QPrintDialog.C \
69         QRef.h QRefDialog.h \
70         QRef.C QRefDialog.C \
71         QSearch.h QSearchDialog.h \
72         QSearch.C QSearchDialog.C \
73         QShowFile.h QShowFileDialog.h \
74         QShowFile.C QShowFileDialog.C \
75         QSpellchecker.h QSpellcheckerDialog.h \
76         QSpellchecker.C QSpellcheckerDialog.C \
77         QTabularCreate.h QTabularCreateDialog.h \
78         QTabularCreate.C QTabularCreateDialog.C \
79         QTexinfo.h QTexinfoDialog.h \
80         QTexinfo.C QTexinfoDialog.C \
81         QThesaurus.h QThesaurusDialog.h \
82         QThesaurus.C QThesaurusDialog.C \
83         QToc.h QTocDialog.h \
84         QToc.C QTocDialog.C \
85         QURL.h QURLDialog.h \
86         QURL.C QURLDialog.C \
87         QVCLog.h QVCLogDialog.h \
88         QVCLog.C QVCLogDialog.C
89  
90 MOCDIALOGS = \
91         QAboutDialog_moc.C \
92         QBibitemDialog_moc.C \
93         QBibtexDialog_moc.C \
94         QCharacterDialog_moc.C \
95         QCitationDialog_moc.C \
96         QErrorDialog_moc.C \
97         QERTDialog_moc.C \
98         QExternalDialog_moc.C \
99         QFloatDialog_moc.C \
100         QGraphicsDialog_moc.C \
101         QIncludeDialog_moc.C \
102         QIndexDialog_moc.C \
103         QLogDialog_moc.C \
104         QMinipageDialog_moc.C \
105         QPreambleDialog_moc.C \
106         QPrintDialog_moc.C \
107         QRefDialog_moc.C \
108         QSearchDialog_moc.C \
109         QShowFileDialog_moc.C \
110         QSpellcheckerDialog_moc.C \
111         QTabularCreateDialog_moc.C \
112         QTexinfoDialog_moc.C \
113         QThesaurusDialog_moc.C \
114         QTocDialog_moc.C \
115         QURLDialog_moc.C \
116         QVCLogDialog_moc.C
117  
118 UIDIALOGS = \
119         QAboutDialogBase.h \
120         QAboutDialogBase.C \
121         QAskForTextDialog.h \
122         QAskForTextDialog.C \
123         QBibitemDialogBase.h \
124         QBibitemDialogBase.C \
125         QBibtexDialogBase.h \
126         QBibtexDialogBase.C \
127         QCharacterDialogBase.h \
128         QCharacterDialogBase.C \
129         QCitationDialogBase.h \
130         QCitationDialogBase.C \
131         QErrorDialogBase.C \
132         QErrorDialogBase.h \
133         QERTDialogBase.C \
134         QERTDialogBase.h \
135         QExternalDialogBase.C \
136         QExternalDialogBase.h \
137         QFloatDialogBase.C \
138         QFloatDialogBase.h \
139         QGraphicsDialogBase.C \
140         QGraphicsDialogBase.h \
141         QIncludeDialogBase.h \
142         QIncludeDialogBase.C \
143         QIndexDialogBase.h \
144         QIndexDialogBase.C \
145         QLogDialogBase.h \
146         QLogDialogBase.C \
147         QMinipageDialogBase.h \
148         QMinipageDialogBase.C \
149         QPreambleDialogBase.h \
150         QPreambleDialogBase.C \
151         QPrintDialogBase.h \
152         QPrintDialogBase.C \
153         QRefDialogBase.h \
154         QRefDialogBase.C \
155         QSearchDialogBase.h \
156         QSearchDialogBase.C \
157         QShowFileDialogBase.h \
158         QShowFileDialogBase.C \
159         QSpellcheckerDialogBase.h \
160         QSpellcheckerDialogBase.C \
161         QTabularCreateDialogBase.h \
162         QTabularCreateDialogBase.C \
163         QTexinfoDialogBase.h \
164         QTexinfoDialogBase.C \
165         QThesaurusDialogBase.h \
166         QThesaurusDialogBase.C \
167         QTocDialogBase.h \
168         QTocDialogBase.C \
169         QURLDialogBase.h \
170         QURLDialogBase.C \
171         QVCLogDialogBase.h \
172         QVCLogDialogBase.C
173  
174 UIMOCDIALOGS = \
175         QAboutDialogBase_moc.C \
176         QAskForTextDialog_moc.C \
177         QBibitemDialogBase_moc.C \
178         QBibtexDialogBase_moc.C \
179         QCharacterDialogBase_moc.C \
180         QCitationDialogBase_moc.C \
181         QErrorDialogBase_moc.C \
182         QERTDialogBase_moc.C \
183         QExternalDialogBase_moc.C \
184         QFloatDialogBase_moc.C \
185         QGraphicsDialogBase_moc.C \
186         QIncludeDialogBase_moc.C \
187         QIndexDialogBase_moc.C \
188         QLogDialogBase_moc.C \
189         QMinipageDialogBase_moc.C \
190         QPreambleDialogBase_moc.C \
191         QPrintDialogBase_moc.C \
192         QRefDialogBase_moc.C \
193         QSearchDialogBase_moc.C \
194         QShowFileDialogBase_moc.C \
195         QSpellcheckerDialogBase_moc.C \
196         QTabularCreateDialogBase_moc.C \
197         QTexinfoDialogBase_moc.C \
198         QThesaurusDialogBase_moc.C \
199         QTocDialogBase_moc.C \
200         QURLDialogBase_moc.C \
201         QVCLogDialogBase_moc.C