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