]> 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 5de0fe5bbf0d75be0d14060292b7b88e936e189c..9ee32ce63af3122ede339da55bc55fc7ad5acb61 100644 (file)
@@ -8,16 +8,24 @@ EXTRA_DIST = Makefile.dialogs QDocument.C QDocument.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 = \
        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 \
@@ -59,15 +67,24 @@ libqt2_la_SOURCES = \
        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 \
        $(DIALOGSOURCES)