]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.am
The Cygwin path fix.
[lyx.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         -DQT_CLEAN_NAMESPACE \
15         -DQT_GENUINE_STR \
16         $(PCH_FLAGS) \
17         -I$(top_srcdir)/src \
18         -I$(top_srcdir)/src/frontends \
19         -I$(top_srcdir)/images \
20         $(QT_INCLUDES) $(BOOST_INCLUDES) \
21         -I$(top_srcdir)/src/frontends/controllers
22
23 libqt2_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         QChanges.C QChanges.h \
39         QCharacter.C QCharacter.h \
40         QCitation.C QCitation.h \
41         QDocument.C QDocument.h \
42         QErrorList.C QErrorList.h \
43         QERT.C QERT.h \
44         QExternal.C QExternal.h \
45         QFloat.C QFloat.h \
46         QGraphics.C QGraphics.h \
47         QInclude.C QInclude.h \
48         QIndex.C QIndex.h \
49         QLImage.C QLImage.h \
50         QLog.C QLog.h \
51         QLPainter.C QLPainter.h \
52         QLyXKeySym.C QLyXKeySym.h \
53         QMath.C QMath.h \
54         QNote.C QNote.h \
55         QParagraph.C QParagraph.h \
56         QPrefs.C QPrefs.h \
57         QPrint.C QPrint.h \
58         QRef.C QRef.h \
59         QSearch.C QSearch.h \
60         QSendto.C QSendto.h \
61         QShowFile.C QShowFile.h \
62         QSpellchecker.C QSpellchecker.h \
63         QTabular.C QTabular.h \
64         QTabularCreate.C QTabularCreate.h \
65         QTexinfo.C QTexinfo.h \
66         QThesaurus.C QThesaurus.h \
67         QToc.C QToc.h \
68         QURL.C QURL.h \
69         QVSpace.C QVSpace.h \
70         QWorkArea.h QWorkArea.C \
71         QWrap.C QWrap.h \
72         Qt2BC.C Qt2BC.h \
73         QtLyXView.h \
74         WorkAreaFactory.C \
75         checkedwidgets.C checkedwidgets.h \
76         lyx_gui.C \
77         lcolorcache.h lcolorcache.C \
78         panelstack.h panelstack.C \
79         qcoloritem.h qcoloritem.C \
80         qfontexample.h qfontexample.C \
81         qfont_loader.h qfont_loader.C \
82         qfont_metrics.C \
83         qlkey.h \
84         qscreen.h qscreen.C \
85         qt_helpers.h qt_helpers.C \
86         $(MOCFILES)