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