]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
Add paragraph dialog to qt2 frontend. First commit, I am sure it can be done better...
[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         QParagraph \
20         QPreamble \
21         QPrint \
22         QRef \
23         QSearch \
24         QShowFile \
25         QSpellchecker \
26         QTabularCreate \
27         QTexinfo \
28         QThesaurus \
29         QToc \
30         QURL \
31         QVCLog
32  
33 DIALOGSOURCES = \
34         QAbout.h QAboutDialog.h \
35         QAbout.C QAboutDialog.C \
36         QBibitem.h QBibitemDialog.h \
37         QBibitem.C QBibitemDialog.C \
38         QBibtex.h QBibtexDialog.h \
39         QBibtex.C QBibtexDialog.C \
40         QCharacter.h QCharacterDialog.h \
41         QCharacter.C QCharacterDialog.C \
42         QCitation.h QCitationDialog.h \
43         QCitation.C QCitationDialog.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         QFloat.h QFloatDialog.h \
51         QFloat.C QFloatDialog.C \
52         QGraphics.h QGraphicsDialog.h \
53         QGraphics.C QGraphicsDialog.C \
54         QInclude.h QIncludeDialog.h \
55         QInclude.C QIncludeDialog.C \
56         QIndex.h QIndexDialog.h \
57         QIndex.C QIndexDialog.C \
58         QLog.h QLogDialog.h \
59         QLog.C QLogDialog.C \
60         QMinipage.h QMinipageDialog.h \
61         QMinipage.C QMinipageDialog.C \
62         QParagraph.h QParagraphDialog.h \
63         QParagraph.C QParagraphDialog.C \
64         QPreamble.h QPreambleDialog.h \
65         QPreamble.C QPreambleDialog.C \
66         QPrint.h QPrintDialog.h \
67         QPrint.C QPrintDialog.C \
68         QRef.h QRefDialog.h \
69         QRef.C QRefDialog.C \
70         QSearch.h QSearchDialog.h \
71         QSearch.C QSearchDialog.C \
72         QShowFile.h QShowFileDialog.h \
73         QShowFile.C QShowFileDialog.C \
74         QSpellchecker.h QSpellcheckerDialog.h \
75         QSpellchecker.C QSpellcheckerDialog.C \
76         QTabularCreate.h QTabularCreateDialog.h \
77         QTabularCreate.C QTabularCreateDialog.C \
78         QTexinfo.h QTexinfoDialog.h \
79         QTexinfo.C QTexinfoDialog.C \
80         QThesaurus.h QThesaurusDialog.h \
81         QThesaurus.C QThesaurusDialog.C \
82         QToc.h QTocDialog.h \
83         QToc.C QTocDialog.C \
84         QURL.h QURLDialog.h \
85         QURL.C QURLDialog.C \
86         QVCLog.h QVCLogDialog.h \
87         QVCLog.C QVCLogDialog.C
88  
89 MOCDIALOGS = \
90         QAboutDialog_moc.C \
91         QBibitemDialog_moc.C \
92         QBibtexDialog_moc.C \
93         QCharacterDialog_moc.C \
94         QCitationDialog_moc.C \
95         QErrorDialog_moc.C \
96         QERTDialog_moc.C \
97         QExternalDialog_moc.C \
98         QFloatDialog_moc.C \
99         QGraphicsDialog_moc.C \
100         QIncludeDialog_moc.C \
101         QIndexDialog_moc.C \
102         QLogDialog_moc.C \
103         QMinipageDialog_moc.C \
104         QParagraphDialog_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         QParagraphDialogBase.h \
150         QParagraphDialogBase.C \
151         QPreambleDialogBase.h \
152         QPreambleDialogBase.C \
153         QPrintDialogBase.h \
154         QPrintDialogBase.C \
155         QRefDialogBase.h \
156         QRefDialogBase.C \
157         QSearchDialogBase.h \
158         QSearchDialogBase.C \
159         QShowFileDialogBase.h \
160         QShowFileDialogBase.C \
161         QSpellcheckerDialogBase.h \
162         QSpellcheckerDialogBase.C \
163         QTabularCreateDialogBase.h \
164         QTabularCreateDialogBase.C \
165         QTexinfoDialogBase.h \
166         QTexinfoDialogBase.C \
167         QThesaurusDialogBase.h \
168         QThesaurusDialogBase.C \
169         QTocDialogBase.h \
170         QTocDialogBase.C \
171         QURLDialogBase.h \
172         QURLDialogBase.C \
173         QVCLogDialogBase.h \
174         QVCLogDialogBase.C
175  
176 UIMOCDIALOGS = \
177         QAboutDialogBase_moc.C \
178         QAskForTextDialog_moc.C \
179         QBibitemDialogBase_moc.C \
180         QBibtexDialogBase_moc.C \
181         QCharacterDialogBase_moc.C \
182         QCitationDialogBase_moc.C \
183         QErrorDialogBase_moc.C \
184         QERTDialogBase_moc.C \
185         QExternalDialogBase_moc.C \
186         QFloatDialogBase_moc.C \
187         QGraphicsDialogBase_moc.C \
188         QIncludeDialogBase_moc.C \
189         QIndexDialogBase_moc.C \
190         QLogDialogBase_moc.C \
191         QMinipageDialogBase_moc.C \
192         QParagraphDialogBase_moc.C \
193         QPreambleDialogBase_moc.C \
194         QPrintDialogBase_moc.C \
195         QRefDialogBase_moc.C \
196         QSearchDialogBase_moc.C \
197         QShowFileDialogBase_moc.C \
198         QSpellcheckerDialogBase_moc.C \
199         QTabularCreateDialogBase_moc.C \
200         QTexinfoDialogBase_moc.C \
201         QThesaurusDialogBase_moc.C \
202         QTocDialogBase_moc.C \
203         QURLDialogBase_moc.C \
204         QVCLogDialogBase_moc.C