]> git.lyx.org Git - features.git/blob - src/frontends/qt2/Makefile.am
Hold on to your hats.
[features.git] / src / frontends / qt2 / Makefile.am
1 include $(top_srcdir)/config/common.am
2 include $(srcdir)/Makefile.dialogs
3
4 SUBDIRS = ui moc
5
6 EXTRA_DIST = Makefile.dialogs
7
8 noinst_LTLIBRARIES = libqt2.la
9
10 INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
11         -I$(top_srcdir)/images \
12         $(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
13         -I$(top_srcdir)/src/frontends/controllers
14
15 AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION
16
17
18 libqt2_la_SOURCES = \
19         QDialogView.C \
20         QDialogView.h \
21         Alert_pimpl.C \
22         bulletstrings.C bulletstrings.h \
23         Dialogs.C \
24         Dialogs2.C \
25         Dialogs3.C \
26         Dialogs_impl.h \
27         FileDialog.C \
28         LyXKeySymFactory.C \
29         LyXScreenFactory.C \
30         Menubar_pimpl.C Menubar_pimpl.h \
31         qtTimeout.C qtTimeout.h \
32         QAbout.C QAbout.h \
33         QBibitem.C QBibitem.h \
34         QBibtex.C QBibtex.h \
35         QChanges.C QChanges.h \
36         QCharacter.C QCharacter.h \
37         QCitation.C QCitation.h \
38         QDocument.C QDocument.h \
39         QError.C QError.h \
40         QERT.C QERT.h \
41         QExternal.C QExternal.h \
42         QFloat.C QFloat.h \
43         QGraphics.C QGraphics.h \
44         QInclude.C QInclude.h \
45         QIndex.C QIndex.h \
46         QLImage.C QLImage.h \
47         QLog.C QLog.h \
48         QLPainter.C QLPainter.h \
49         QLyXKeySym.C QLyXKeySym.h \
50         QMath.C QMath.h \
51         QMinipage.C QMinipage.h \
52         QParagraph.C QParagraph.h \
53         QPrefs.C QPrefs.h \
54         QPrint.C QPrint.h \
55         QRef.C QRef.h \
56         QSearch.C QSearch.h \
57         QSendto.C QSendto.h \
58         QShowFile.C QShowFile.h \
59         QSpellchecker.C QSpellchecker.h \
60         QTabular.C QTabular.h \
61         QTabularCreate.C QTabularCreate.h \
62         QTexinfo.C QTexinfo.h \
63         QThesaurus.C QThesaurus.h \
64         QToc.C QToc.h \
65         QURL.C QURL.h \
66         QVCLog.C QVCLog.h \
67         QWorkArea.h QWorkArea.C \
68         QWrap.C QWrap.h \
69         Qt2BC.C Qt2BC.h \
70         QtLyXView.h \
71         WorkAreaFactory.C \
72         lyx_gui.C \
73         qcoloritem.h qcoloritem.C \
74         qfontexample.h qfontexample.C \
75         qfont_loader.h qfont_loader.C \
76         qfont_metrics.C \
77         qlkey.h \
78         qscreen.h qscreen.C \
79         qt_helpers.h qt_helpers.C \
80         $(MOCFILES)
81
82 libqt2.la: $(libqt2_la_OBJECTS) $(libqt2_la_DEPENDENCIES)