]> git.lyx.org Git - features.git/blob - src/frontends/qt2/Makefile.am
afaf382ceff3b78d3b40b6e49aeb5f5bee156140
[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 libqt2_la_LDFLAGS = $(QT_LDFLAGS)
11 libqt2_la_LIBADD = $(QT_LIB) ui/*.lo moc/*.lo ui/moc/*.lo
12
13 AM_CPPFLAGS += \
14         $(QT_CPPFLAGS) \
15         $(PCH_FLAGS) \
16         -I$(top_srcdir)/src \
17         -I$(top_srcdir)/src/frontends \
18         -I$(top_srcdir)/images \
19         $(QT_INCLUDES) $(BOOST_INCLUDES) \
20         -I$(top_srcdir)/src/frontends/controllers
21
22 libqt2_la_SOURCES = \
23         QDialogView.C \
24         QDialogView.h \
25         Alert_pimpl.C \
26         Dialogs.C \
27         FileDialog.C \
28         LyXKeySymFactory.C \
29         LyXScreenFactory.C \
30         QLMenubar.C QLMenubar.h \
31         qtTimeout.C qtTimeout.h \
32         QAbout.C QAbout.h \
33         QBibitem.C QBibitem.h \
34         QBibtex.C QBibtex.h \
35         QBox.C QBox.h \
36         QBranch.C QBranch.h \
37         QChanges.C QChanges.h \
38         QCharacter.C QCharacter.h \
39         QCitation.C QCitation.h \
40         QDocument.C QDocument.h \
41         QErrorList.C QErrorList.h \
42         QERT.C QERT.h \
43         QExternal.C QExternal.h \
44         QFloat.C QFloat.h \
45         QGraphics.C QGraphics.h \
46         QInclude.C QInclude.h \
47         QIndex.C QIndex.h \
48         QLImage.C QLImage.h \
49         QLog.C QLog.h \
50         QLPainter.C QLPainter.h \
51         QLyXKeySym.C QLyXKeySym.h \
52         QMath.C QMath.h \
53         QNote.C QNote.h \
54         QParagraph.C QParagraph.h \
55         QPrefs.C QPrefs.h \
56         QPrint.C QPrint.h \
57         QRef.C QRef.h \
58         QSearch.C QSearch.h \
59         QSendto.C QSendto.h \
60         QShowFile.C QShowFile.h \
61         QSpellchecker.C QSpellchecker.h \
62         QTabular.C QTabular.h \
63         QTabularCreate.C QTabularCreate.h \
64         QTexinfo.C QTexinfo.h \
65         QThesaurus.C QThesaurus.h \
66         QToc.C QToc.h \
67         QURL.C QURL.h \
68         QVSpace.C QVSpace.h \
69         QWorkArea.h QWorkArea.C \
70         QWrap.C QWrap.h \
71         Qt2BC.C Qt2BC.h \
72         QtLyXView.h \
73         WorkAreaFactory.C \
74         checkedwidgets.C checkedwidgets.h \
75         lyx_gui.C \
76         lcolorcache.h lcolorcache.C \
77         panelstack.h panelstack.C \
78         qcoloritem.h qcoloritem.C \
79         qfontexample.h qfontexample.C \
80         qfont_loader.h qfont_loader.C \
81         qfont_metrics.C \
82         qlkey.h \
83         qscreen.h qscreen.C \
84         qt_helpers.h qt_helpers.C \
85         $(MOCFILES)