]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/Makefile.am
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / Makefile.am
1 include $(top_srcdir)/config/common.am
2 include $(srcdir)/Makefile.dialogs
3
4 SUBDIRS = ui moc
5
6 EXTRA_DIST = pch.h Makefile.dialogs
7
8 BUILT_SOURCES = $(PCH_FILE)
9
10 noinst_LTLIBRARIES = libqt4.la
11
12 libqt4_la_LDFLAGS = $(QT4_LDFLAGS)
13 libqt4_la_LIBADD = $(QT4_LIB) moc/*.lo 
14 AM_CPPFLAGS += \
15         $(QT4_CPPFLAGS) \
16         $(PCH_FLAGS) \
17         -I$(top_srcdir)/src \
18         -I$(top_srcdir)/src/frontends \
19         -I$(top_srcdir)/images \
20         $(QT4_INCLUDES) $(BOOST_INCLUDES) \
21         -I$(top_srcdir)/src/frontends/controllers
22
23 libqt4_la_SOURCES = \
24         QDialogView.C \
25         QDialogView.h \
26         Alert_pimpl.C \
27         Dialogs.C \
28         FileDialog.C \
29         LyXKeySymFactory.C \
30         LyXScreenFactory.C \
31         QLMenubar.C QLMenubar.h \
32         qtTimeout.C qtTimeout.h \
33         QAbout.C QAbout.h \
34         QBibitem.C QBibitem.h \
35         QBibtex.C QBibtex.h \
36         QBox.C QBox.h \
37         QBranch.C QBranch.h \
38         QBranches.C QBranches.h \
39         QChanges.C QChanges.h \
40         QCharacter.C QCharacter.h \
41         QCitation.C QCitation.h \
42         QDocument.C QDocument.h \
43         QErrorList.C QErrorList.h \
44         QERT.C QERT.h \
45         QExternal.C QExternal.h \
46         QFloat.C QFloat.h \
47         QGraphics.C QGraphics.h \
48         QInclude.C QInclude.h \
49         QIndex.C QIndex.h \
50         QLAction.C QLAction.h \
51         QLImage.C QLImage.h \
52         QLog.C QLog.h \
53         QViewSource.C QViewSource.h \
54         QLPainter.C QLPainter.h \
55         QLyXKeySym.C QLyXKeySym.h \
56         QMath.C QMath.h \
57         QNote.C QNote.h \
58         QParagraph.C QParagraph.h \
59         QPrefs.C QPrefs.h \
60         QPrint.C QPrint.h \
61         QRef.C QRef.h \
62         QSearch.C QSearch.h \
63         QSendto.C QSendto.h \
64         QShowFile.C QShowFile.h \
65         QSpellchecker.C QSpellchecker.h \
66         QTabular.C QTabular.h \
67         QTabularCreate.C QTabularCreate.h \
68         QTexinfo.C QTexinfo.h \
69         QThesaurus.C QThesaurus.h \
70         QToc.C QToc.h \
71         QURL.C QURL.h \
72         QVSpace.C QVSpace.h \
73         QWorkArea.C QWorkArea.h \
74         QWrap.C QWrap.h \
75         Qt2BC.C Qt2BC.h \
76         QtLyXView.h \
77         WorkAreaFactory.C \
78         checkedwidgets.C checkedwidgets.h \
79         lyx_gui.C \
80         lcolorcache.h lcolorcache.C \
81         panelstack.h panelstack.C \
82         qcoloritem.h qcoloritem.C \
83         qfontexample.h qfontexample.C \
84         qfont_loader.h qfont_loader.C \
85         qfont_metrics.C \
86         qlkey.h \
87         qscreen.h qscreen.C \
88         qt_helpers.h qt_helpers.C \
89         $(MOCFILES)