]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
132c6bc4d0cbf5ca5d98995594e5fec5e6e3afc9
[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         QSplash \
24         QTabularCreate \
25         QThesaurus \
26         QToc \
27         QURL \
28         QVCLog
29  
30 DIALOGSOURCES = \
31         QAbout.h QAboutDialog.h \
32         QAbout.C QAboutDialog.C \
33         QBibitem.h QBibitemDialog.h \
34         QBibitem.C QBibitemDialog.C \
35         QBibtex.h QBibtexDialog.h \
36         QBibtex.C QBibtexDialog.C \
37         QCharacter.h QCharacterDialog.h \
38         QCharacter.C QCharacterDialog.C \
39         QCitation.h QCitationDialog.h \
40         QCitation.C QCitationDialog.C \
41         QDocument.h QDocumentDialog.h \
42         QDocument.C QDocumentDialog.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         QGraphics.h QGraphicsDialog.h \
50         QGraphics.C QGraphicsDialog.C \
51         QInclude.h QIncludeDialog.h \
52         QInclude.C QIncludeDialog.C \
53         QIndex.h QIndexDialog.h \
54         QIndex.C QIndexDialog.C \
55         QLog.h QLogDialog.h \
56         QLog.C QLogDialog.C \
57         QMinipage.h QMinipageDialog.h \
58         QMinipage.C QMinipageDialog.C \
59         QParagraph.h QParagraphDialog.h \
60         QParagraph.C QParagraphDialog.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         QSplash.h QSplashDialog.h \
70         QSplash.C QSplashDialog.C \
71         QTabularCreate.h QTabularCreateDialog.h \
72         QTabularCreate.C QTabularCreateDialog.C \
73         QThesaurus.h QThesaurusDialog.h \
74         QThesaurus.C QThesaurusDialog.C \
75         QToc.h QTocDialog.h \
76         QToc.C QTocDialog.C \
77         QURL.h QURLDialog.h \
78         QURL.C QURLDialog.C \
79         QVCLog.h QVCLogDialog.h \
80         QVCLog.C QVCLogDialog.C
81  
82 MOCDIALOGS = \
83         QAboutDialog_moc.C \
84         QBibitemDialog_moc.C \
85         QBibtexDialog_moc.C \
86         QCharacterDialog_moc.C \
87         QCitationDialog_moc.C \
88         QDocumentDialog_moc.C \
89         QErrorDialog_moc.C \
90         QERTDialog_moc.C \
91         QExternalDialog_moc.C \
92         QGraphicsDialog_moc.C \
93         QIncludeDialog_moc.C \
94         QIndexDialog_moc.C \
95         QLogDialog_moc.C \
96         QMinipageDialog_moc.C \
97         QParagraphDialog_moc.C \
98         QPreambleDialog_moc.C \
99         QPrintDialog_moc.C \
100         QRefDialog_moc.C \
101         QSearchDialog_moc.C \
102         QSplashDialog_moc.C \
103         QTabularCreateDialog_moc.C \
104         QThesaurusDialog_moc.C \
105         QTocDialog_moc.C \
106         QURLDialog_moc.C \
107         QVCLogDialog_moc.C
108  
109 UIDIALOGS = \
110         QAboutDialogBase.h \
111         QAboutDialogBase.C \
112         QBibitemDialogBase.h \
113         QBibitemDialogBase.C \
114         QBibtexDialogBase.h \
115         QBibtexDialogBase.C \
116         QCharacterDialogBase.h \
117         QCharacterDialogBase.C \
118         QCitationDialogBase.h \
119         QCitationDialogBase.C \
120         QDocumentDialogBase.h \
121         QDocumentDialogBase.C \
122         QErrorDialogBase.C \
123         QErrorDialogBase.h \
124         QERTDialogBase.C \
125         QERTDialogBase.h \
126         QExternalDialogBase.C \
127         QExternalDialogBase.h \
128         QGraphicsDialogBase.C \
129         QGraphicsDialogBase.h \
130         QIncludeDialogBase.h \
131         QIncludeDialogBase.C \
132         QIndexDialogBase.h \
133         QIndexDialogBase.C \
134         QLogDialogBase.h \
135         QLogDialogBase.C \
136         QMinipageDialogBase.h \
137         QMinipageDialogBase.C \
138         QParagraphDialogBase.h \
139         QParagraphDialogBase.C \
140         QPreambleDialogBase.h \
141         QPreambleDialogBase.C \
142         QPrintDialogBase.h \
143         QPrintDialogBase.C \
144         QRefDialogBase.h \
145         QRefDialogBase.C \
146         QSearchDialogBase.h \
147         QSearchDialogBase.C \
148         QTabularCreateDialogBase.h \
149         QTabularCreateDialogBase.C \
150         QThesaurusDialogBase.h \
151         QThesaurusDialogBase.C \
152         QTocDialogBase.h \
153         QTocDialogBase.C \
154         QURLDialogBase.h \
155         QURLDialogBase.C \
156         QVCLogDialogBase.h \
157         QVCLogDialogBase.C
158  
159 UIMOCDIALOGS = \
160         QAboutDialogBase_moc.C \
161         QBibitemDialogBase_moc.C \
162         QBibtexDialogBase_moc.C \
163         QCharacterDialogBase_moc.C \
164         QCitationDialogBase_moc.C \
165         QDocumentDialogBase_moc.C \
166         QErrorDialogBase_moc.C \
167         QERTDialogBase_moc.C \
168         QExternalDialogBase_moc.C \
169         QGraphicsDialogBase_moc.C \
170         QIncludeDialogBase_moc.C \
171         QIndexDialogBase_moc.C \
172         QLogDialogBase_moc.C \
173         QMinipageDialogBase_moc.C \
174         QParagraphDialogBase_moc.C \
175         QPreambleDialogBase_moc.C \
176         QPrintDialogBase_moc.C \
177         QRefDialogBase_moc.C \
178         QSearchDialogBase_moc.C \
179         QTabularCreateDialogBase_moc.C \
180         QThesaurusDialogBase_moc.C \
181         QTocDialogBase_moc.C \
182         QURLDialogBase_moc.C \
183         QVCLogDialogBase_moc.C