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