]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.dialogs
some more random changes, added Timeout (make clean if LyX crashes !!)
[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         QCharacter \
6         QCitation \
7         QDocument \
8         QIndex \
9         QParagraph \
10         QPrint \
11         QRef \
12         QSearch \
13         QSplash \
14         QTabularCreate \
15         QToc \
16         QURL
17  
18 DIALOGSOURCES = \
19         QAbout.h QAboutDialog.h \
20         QAbout.C QAboutDialog.C \
21         QCharacter.h QCharacterDialog.h \
22         QCharacter.C QCharacterDialog.C \
23         QCitation.h QCitationDialog.h \
24         QCitation.C QCitationDialog.C \
25         QDocument.h QDocumentDialog.h \
26         QDocument.C QDocumentDialog.C \
27         QIndex.h QIndexDialog.h \
28         QIndex.C QIndexDialog.C \
29         QParagraph.h QParagraphDialog.h \
30         QParagraph.C QParagraphDialog.C \
31         QPrint.h QPrintDialog.h \
32         QPrint.C QPrintDialog.C \
33         QRef.h QRefDialog.h \
34         QRef.C QRefDialog.C \
35         QSearch.h QSearchDialog.h \
36         QSearch.C QSearchDialog.C \
37         QSplash.h QSplashDialog.h \
38         QSplash.C QSplashDialog.C \
39         QTabularCreate.h QTabularCreateDialog.h \
40         QTabularCreate.C QTabularCreateDialog.C \
41         QToc.h QTocDialog.h \
42         QToc.C QTocDialog.C \
43         QURL.h QURLDialog.h \
44         QURL.C QURLDialog.C
45  
46 MOCDIALOGS = \
47         QAboutDialog_moc.C \
48         QCharacterDialog_moc.C \
49         QCitationDialog_moc.C \
50         QDocumentDialog_moc.C \
51         QIndexDialog_moc.C \
52         QParagraphDialog_moc.C \
53         QPrintDialog_moc.C \
54         QRefDialog_moc.C \
55         QSearchDialog_moc.C \
56         QSplashDialog_moc.C \
57         QTabularCreateDialog_moc.C \
58         QTocDialog_moc.C \
59         QURLDialog_moc.C
60  
61 UIDIALOGS = \
62         QAboutDialogBase.h \
63         QAboutDialogBase.C \
64         QCharacterDialogBase.h \
65         QCharacterDialogBase.C \
66         QCitationDialogBase.h \
67         QCitationDialogBase.C \
68         QDocumentDialogBase.h \
69         QDocumentDialogBase.C \
70         QIndexDialogBase.h \
71         QIndexDialogBase.C \
72         QParagraphDialogBase.h \
73         QParagraphDialogBase.C \
74         QPrintDialogBase.h \
75         QPrintDialogBase.C \
76         QRefDialogBase.h \
77         QRefDialogBase.C \
78         QSearchDialogBase.h \
79         QSearchDialogBase.C \
80         QTabularCreateDialogBase.h \
81         QTabularCreateDialogBase.C \
82         QTocDialogBase.h \
83         QTocDialogBase.C \
84         QURLDialogBase.h \
85         QURLDialogBase.C
86  
87 UIMOCDIALOGS = \
88         QAboutDialogBase_moc.C \
89         QCharacterDialogBase_moc.C \
90         QCitationDialogBase_moc.C \
91         QDocumentDialogBase_moc.C \
92         QIndexDialogBase_moc.C \
93         QParagraphDialogBase_moc.C \
94         QPrintDialogBase_moc.C \
95         QRefDialogBase_moc.C \
96         QSearchDialogBase_moc.C \
97         QTabularCreateDialogBase_moc.C \
98         QTocDialogBase_moc.C \
99         QURLDialogBase_moc.C