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