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