]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
We don't currently use fork anywhere (or if we do it's by mistake!), so
[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         QError \
10         QERT \
11         QExternal \
12         QFloat \
13         QGraphics \
14         QInclude \
15         QIndex \
16         QLog \
17         QMinipage \
18         QPreamble \
19         QPrint \
20         QRef \
21         QSearch \
22         QShowFile \
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         QError.h QErrorDialog.h \
43         QError.C QErrorDialog.C \
44         QERT.h QERTDialog.h \
45         QERT.C QERTDialog.C \
46         QExternal.h QExternalDialog.h \
47         QExternal.C QExternalDialog.C \
48         QFloat.h QFloatDialog.h \
49         QFloat.C QFloatDialog.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         QPreamble.h QPreambleDialog.h \
61         QPreamble.C QPreambleDialog.C \
62         QPrint.h QPrintDialog.h \
63         QPrint.C QPrintDialog.C \
64         QRef.h QRefDialog.h \
65         QRef.C QRefDialog.C \
66         QSearch.h QSearchDialog.h \
67         QSearch.C QSearchDialog.C \
68         QShowFile.h QShowFileDialog.h \
69         QShowFile.C QShowFileDialog.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         QErrorDialog_moc.C \
92         QERTDialog_moc.C \
93         QExternalDialog_moc.C \
94         QFloatDialog_moc.C \
95         QGraphicsDialog_moc.C \
96         QIncludeDialog_moc.C \
97         QIndexDialog_moc.C \
98         QLogDialog_moc.C \
99         QMinipageDialog_moc.C \
100         QPreambleDialog_moc.C \
101         QPrintDialog_moc.C \
102         QRefDialog_moc.C \
103         QSearchDialog_moc.C \
104         QShowFileDialog_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         QErrorDialogBase.C \
125         QErrorDialogBase.h \
126         QERTDialogBase.C \
127         QERTDialogBase.h \
128         QExternalDialogBase.C \
129         QExternalDialogBase.h \
130         QFloatDialogBase.C \
131         QFloatDialogBase.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         QPreambleDialogBase.h \
143         QPreambleDialogBase.C \
144         QPrintDialogBase.h \
145         QPrintDialogBase.C \
146         QRefDialogBase.h \
147         QRefDialogBase.C \
148         QSearchDialogBase.h \
149         QSearchDialogBase.C \
150         QShowFileDialogBase.h \
151         QShowFileDialogBase.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         QErrorDialogBase_moc.C \
174         QERTDialogBase_moc.C \
175         QExternalDialogBase_moc.C \
176         QFloatDialogBase_moc.C \
177         QGraphicsDialogBase_moc.C \
178         QIncludeDialogBase_moc.C \
179         QIndexDialogBase_moc.C \
180         QLogDialogBase_moc.C \
181         QMinipageDialogBase_moc.C \
182         QPreambleDialogBase_moc.C \
183         QPrintDialogBase_moc.C \
184         QRefDialogBase_moc.C \
185         QSearchDialogBase_moc.C \
186         QShowFileDialogBase_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
198
199