]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/Makefile.am
UNDO: enc
[features.git] / src / frontends / qt4 / Makefile.am
index 936bc2d827e3641b510f9c8200226e64f41f2f47..ba4a3056e0bd52dfb5fdfafa2376e3c96eecf2f5 100644 (file)
@@ -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)