]> 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 9dc20a674ab1b2966aab07b7210328704acfe3a8..9ee32ce63af3122ede339da55bc55fc7ad5acb61 100644 (file)
@@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
        $(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
 
@@ -71,6 +71,10 @@ libqt2_la_SOURCES = \
        lengthcombo.C \
        lengthcombo.h \
        lyx_gui.C \
+       qcoloritem.h \
+       qcoloritem.C \
+       qfontexample.h \
+       qfontexample.C \
        qfont_loader.h \
        qfont_loader.C \
        qfont_metrics.C \
@@ -79,6 +83,8 @@ libqt2_la_SOURCES = \
        qscreen.C \
        qsetborder.h \
        qsetborder.C \
+       qt_helpers.h \
+       qt_helpers.C \
        qttableview.h \
        qttableview.C \
        $(DIALOGSOURCES)