X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FMakefile.am;h=ba4a3056e0bd52dfb5fdfafa2376e3c96eecf2f5;hb=c09d33120d05af8c237032147a787b214c1f3375;hp=78825981102e5fb7dc80c5c956483b0e8ccc1126;hpb=1ccfe1491456c09d1ad8f6687d6fcdb68443c4d6;p=features.git diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 7882598110..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,6 +131,8 @@ SOURCEFILES = \ GuiWrap.cpp \ IconPalette.cpp \ InsertTableWidget.cpp \ + InsetParamsDialog.cpp \ + InsetParamsWidget.cpp \ LengthCombo.cpp \ LyXFileDialog.cpp \ LaTeXHighlighter.cpp \ @@ -190,7 +191,6 @@ MOCHEADER = \ GuiErrorList.h \ GuiERT.h \ GuiExternal.h \ - GuiFloat.h \ GuiGraphics.h \ GuiHSpace.h \ GuiHyperlink.h \ @@ -234,6 +234,8 @@ MOCHEADER = \ GuiWrap.h \ IconPalette.h \ InsertTableWidget.h \ + InsetParamsDialog.h \ + InsetParamsWidget.h \ LayoutBox.h \ LengthCombo.h \ LyXFileDialog.h \ @@ -245,7 +247,6 @@ MOCHEADER = \ UIFILES = \ AboutUi.ui \ - AskForTextUi.ui \ BibitemUi.ui \ BiblioUi.ui \ BibtexAddUi.ui \ @@ -258,6 +259,7 @@ UIFILES = \ ChangesUi.ui \ CharacterUi.ui \ CitationUi.ui \ + ColorUi.ui \ CompareUi.ui \ DelimiterUi.ui \ DocumentUi.ui \ @@ -266,7 +268,6 @@ UIFILES = \ ExternalUi.ui \ FindAndReplaceUi.ui \ FloatPlacementUi.ui \ - FloatUi.ui \ FontUi.ui \ GraphicsUi.ui \ HSpaceUi.ui \ @@ -275,6 +276,7 @@ UIFILES = \ IndexUi.ui \ IndicesUi.ui \ InfoUi.ui \ + InsetParamsUi.ui \ LabelUi.ui \ LanguageUi.ui \ LaTeXUi.ui \ @@ -298,7 +300,7 @@ UIFILES = \ PrefColorsUi.ui \ PrefCompletionUi.ui \ PrefConvertersUi.ui \ - PrefDateUi.ui \ + PrefOutputUi.ui \ PrefDisplayUi.ui \ PrefEditUi.ui \ PrefFileformatsUi.ui \ @@ -307,7 +309,6 @@ UIFILES = \ PrefLanguageUi.ui \ PrefLatexUi.ui \ PrefPathsUi.ui \ - PrefPlaintextUi.ui \ PrefPrinterUi.ui \ PrefScreenFontsUi.ui \ PrefShortcutsUi.ui \ @@ -357,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)