]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Makefile.am
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / Makefile.am
index ced80b9fd912d5ea96b91822d98ecfc3c076249f..9ee32ce63af3122ede339da55bc55fc7ad5acb61 100644 (file)
@@ -1,28 +1,37 @@
 include $(top_srcdir)/config/common.am
 
-SUBDIRS = xforms ui moc
+SUBDIRS = ui moc
 
 EXTRA_DIST = Makefile.dialogs QDocument.C QDocument.h \
-       QDocumentDialog.C QDocumentDialog.h QParagraph.h QParagraph.C \
-       QParagraphDialog.h QParagraphDialog.C
+       QDocumentDialog.C QDocumentDialog.h
 
 noinst_LTLIBRARIES = libqt2.la
 
 INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
-       $(SIGC_CFLAGS) -I$(top_srcdir)/images \
+       -I$(top_srcdir)/images \
        $(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
        -I$(top_srcdir)/src/frontends/controllers
 
-AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR
+AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION
 
 include $(srcdir)/Makefile.dialogs
 
 libqt2_la_SOURCES = \
-       $(DIALOGSOURCES) \
        Alert_pimpl.C \
+       qgridview.h \
+       qgridview.cpp \
+       bulletstrings.h \
+       bulletstrings.C \
+       BulletsModule.C \
+       BulletsModule.h \
+       QBrowseBox.C \
+       QBrowseBox.h \
        Dialogs.C \
+       Dialogs2.C \
+       Dialogs_impl.h \
        FileDialog.C \
        FileDialog_private.C \
+       LyXKeySymFactory.C \
        LyXScreenFactory.C \
        Menubar_pimpl.C \
        Menubar_pimpl.h \
@@ -30,10 +39,18 @@ libqt2_la_SOURCES = \
        Timeout_pimpl.h \
        Toolbar_pimpl.C \
        Toolbar_pimpl.h \
+       QCommandBuffer.C \
+       QCommandBuffer.h \
+       QCommandEdit.C \
+       QCommandEdit.h \
        QContentPane.C \
        QContentPane.h \
+       QLImage.C \
+       QLImage.h \
        QLPainter.C \
        QLPainter.h \
+       QLPopupMenu.C \
+       QLPopupMenu.h \
        QLyXKeySym.C \
        QLyXKeySym.h \
        Qt2Base.C \
@@ -47,17 +64,29 @@ libqt2_la_SOURCES = \
        WorkAreaFactory.C \
        emptytable.C \
        emptytable.h \
-       guiapi.C \
+       iconpalette.h \
+       iconpalette.C \
+       io_callback.h \
+       io_callback.C \
        lengthcombo.C \
        lengthcombo.h \
        lyx_gui.C \
+       qcoloritem.h \
+       qcoloritem.C \
+       qfontexample.h \
+       qfontexample.C \
        qfont_loader.h \
        qfont_loader.C \
        qfont_metrics.C \
        qlkey.h \
        qscreen.h \
        qscreen.C \
+       qsetborder.h \
+       qsetborder.C \
+       qt_helpers.h \
+       qt_helpers.C \
        qttableview.h \
-       qttableview.C
+       qttableview.C \
+       $(DIALOGSOURCES)
 
 libqt2.la: $(libqt2_la_OBJECTS) $(libqt2_la_DEPENDENCIES)