]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
qt2 ert 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         QIndex \
13         QParagraph \
14         QPrint \
15         QRef \
16         QSearch \
17         QSplash \
18         QTabularCreate \
19         QToc \
20         QURL
21  
22 DIALOGSOURCES = \
23         QAbout.h QAboutDialog.h \
24         QAbout.C QAboutDialog.C \
25         QBibitem.h QBibitemDialog.h \
26         QBibitem.C QBibitemDialog.C \
27         QBibtex.h QBibtexDialog.h \
28         QBibtex.C QBibtexDialog.C \
29         QCharacter.h QCharacterDialog.h \
30         QCharacter.C QCharacterDialog.C \
31         QCitation.h QCitationDialog.h \
32         QCitation.C QCitationDialog.C \
33         QDocument.h QDocumentDialog.h \
34         QDocument.C QDocumentDialog.C \
35         QError.h QErrorDialog.h \
36         QError.C QErrorDialog.C \
37         QERT.h QERTDialog.h \
38         QERT.C QERTDialog.C \
39         QIndex.h QIndexDialog.h \
40         QIndex.C QIndexDialog.C \
41         QParagraph.h QParagraphDialog.h \
42         QParagraph.C QParagraphDialog.C \
43         QPrint.h QPrintDialog.h \
44         QPrint.C QPrintDialog.C \
45         QRef.h QRefDialog.h \
46         QRef.C QRefDialog.C \
47         QSearch.h QSearchDialog.h \
48         QSearch.C QSearchDialog.C \
49         QSplash.h QSplashDialog.h \
50         QSplash.C QSplashDialog.C \
51         QTabularCreate.h QTabularCreateDialog.h \
52         QTabularCreate.C QTabularCreateDialog.C \
53         QToc.h QTocDialog.h \
54         QToc.C QTocDialog.C \
55         QURL.h QURLDialog.h \
56         QURL.C QURLDialog.C
57  
58 MOCDIALOGS = \
59         QAboutDialog_moc.C \
60         QBibitemDialog_moc.C \
61         QBibtexDialog_moc.C \
62         QCharacterDialog_moc.C \
63         QCitationDialog_moc.C \
64         QDocumentDialog_moc.C \
65         QErrorDialog_moc.C \
66         QERTDialog_moc.C \
67         QIndexDialog_moc.C \
68         QParagraphDialog_moc.C \
69         QPrintDialog_moc.C \
70         QRefDialog_moc.C \
71         QSearchDialog_moc.C \
72         QSplashDialog_moc.C \
73         QTabularCreateDialog_moc.C \
74         QTocDialog_moc.C \
75         QURLDialog_moc.C
76  
77 UIDIALOGS = \
78         QAboutDialogBase.h \
79         QAboutDialogBase.C \
80         QBibitemDialogBase.h \
81         QBibitemDialogBase.C \
82         QBibtexDialogBase.h \
83         QBibtexDialogBase.C \
84         QCharacterDialogBase.h \
85         QCharacterDialogBase.C \
86         QCitationDialogBase.h \
87         QCitationDialogBase.C \
88         QDocumentDialogBase.h \
89         QDocumentDialogBase.C \
90         QErrorDialogBase.C \
91         QErrorDialogBase.h \
92         QERTDialogBase.C \
93         QERTDialogBase.h \
94         QIndexDialogBase.h \
95         QIndexDialogBase.C \
96         QParagraphDialogBase.h \
97         QParagraphDialogBase.C \
98         QPrintDialogBase.h \
99         QPrintDialogBase.C \
100         QRefDialogBase.h \
101         QRefDialogBase.C \
102         QSearchDialogBase.h \
103         QSearchDialogBase.C \
104         QTabularCreateDialogBase.h \
105         QTabularCreateDialogBase.C \
106         QTocDialogBase.h \
107         QTocDialogBase.C \
108         QURLDialogBase.h \
109         QURLDialogBase.C
110  
111 UIMOCDIALOGS = \
112         QAboutDialogBase_moc.C \
113         QBibitemDialogBase_moc.C \
114         QBibtexDialogBase_moc.C \
115         QCharacterDialogBase_moc.C \
116         QCitationDialogBase_moc.C \
117         QDocumentDialogBase_moc.C \
118         QErrorDialogBase_moc.C \
119         QERTDialogBase_moc.C \
120         QIndexDialogBase_moc.C \
121         QParagraphDialogBase_moc.C \
122         QPrintDialogBase_moc.C \
123         QRefDialogBase_moc.C \
124         QSearchDialogBase_moc.C \
125         QTabularCreateDialogBase_moc.C \
126         QTocDialogBase_moc.C \
127         QURLDialogBase_moc.C