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