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