X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FMakefile.am;h=ba4a3056e0bd52dfb5fdfafa2376e3c96eecf2f5;hb=c09d33120d05af8c237032147a787b214c1f3375;hp=936bc2d827e3641b510f9c8200226e64f41f2f47;hpb=d3487d106cfeb5b7e1ab5f5a2859d7f80ef31745;p=features.git diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 936bc2d827..ba4a3056e0 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -81,7 +81,6 @@ SOURCEFILES = \ GuiErrorList.cpp \ GuiERT.cpp \ GuiExternal.cpp \ - GuiFloat.cpp \ GuiFontExample.cpp \ GuiFontLoader.cpp \ GuiFontMetrics.cpp \ @@ -132,7 +131,8 @@ SOURCEFILES = \ GuiWrap.cpp \ IconPalette.cpp \ InsertTableWidget.cpp \ - InsetDialog.cpp \ + InsetParamsDialog.cpp \ + InsetParamsWidget.cpp \ LengthCombo.cpp \ LyXFileDialog.cpp \ LaTeXHighlighter.cpp \ @@ -191,7 +191,6 @@ MOCHEADER = \ GuiErrorList.h \ GuiERT.h \ GuiExternal.h \ - GuiFloat.h \ GuiGraphics.h \ GuiHSpace.h \ GuiHyperlink.h \ @@ -235,7 +234,8 @@ MOCHEADER = \ GuiWrap.h \ IconPalette.h \ InsertTableWidget.h \ - InsetDialog.h \ + InsetParamsDialog.h \ + InsetParamsWidget.h \ LayoutBox.h \ LengthCombo.h \ LyXFileDialog.h \ @@ -259,6 +259,7 @@ UIFILES = \ ChangesUi.ui \ CharacterUi.ui \ CitationUi.ui \ + ColorUi.ui \ CompareUi.ui \ DelimiterUi.ui \ DocumentUi.ui \ @@ -267,7 +268,6 @@ UIFILES = \ ExternalUi.ui \ FindAndReplaceUi.ui \ FloatPlacementUi.ui \ - FloatUi.ui \ FontUi.ui \ GraphicsUi.ui \ HSpaceUi.ui \ @@ -276,6 +276,7 @@ UIFILES = \ IndexUi.ui \ IndicesUi.ui \ InfoUi.ui \ + InsetParamsUi.ui \ LabelUi.ui \ LanguageUi.ui \ LaTeXUi.ui \ @@ -299,7 +300,7 @@ UIFILES = \ PrefColorsUi.ui \ PrefCompletionUi.ui \ PrefConvertersUi.ui \ - PrefDateUi.ui \ + PrefOutputUi.ui \ PrefDisplayUi.ui \ PrefEditUi.ui \ PrefFileformatsUi.ui \ @@ -308,7 +309,6 @@ UIFILES = \ PrefLanguageUi.ui \ PrefLatexUi.ui \ PrefPathsUi.ui \ - PrefPlaintextUi.ui \ PrefPrinterUi.ui \ PrefScreenFontsUi.ui \ PrefShortcutsUi.ui \ @@ -358,7 +358,7 @@ liblyxqt4_a_SOURCES = \ $(MOCHEADER) \ $(NOMOCHEADER) -EXTRA_DIST = pch.h ui/compile_uic.sh $(UIFILES:%=ui/%) +EXTRA_DIST = pch.h $(UIFILES:%=ui/%) BUILT_SOURCES += $(PCH_FILE) AM_CPPFLAGS += $(PCH_FLAGS)