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