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