]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Makefile.am
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / Makefile.am
index f6b6fcde2e804dbe832f2859d4b24199eed47332..eba02e902a354ea51921cdb940a9b0d467b0ef7e 100644 (file)
@@ -84,6 +84,7 @@ SOURCEFILES = \
        GuiFontLoader.cpp \
        GuiFontMetrics.cpp \
        GuiGraphics.cpp \
+       GuiHSpace.cpp \
        GuiHyperlink.cpp \
        GuiIdListModel.cpp \
        GuiImage.cpp \
@@ -179,6 +180,7 @@ MOCHEADER = \
        GuiExternal.h \
        GuiFloat.h \
        GuiGraphics.h \
+       GuiHSpace.h \
        GuiHyperlink.h \
        GuiInclude.h \
        GuiLabel.h \
@@ -239,11 +241,11 @@ UIFILES = \
        ErrorListUi.ui \
        ERTUi.ui \
        ExternalUi.ui \
-       EmbeddedFilesUi.ui \
        FloatPlacementUi.ui \
        FloatUi.ui \
        FontUi.ui \
        GraphicsUi.ui \
+       HSpaceUi.ui \
        HyperlinkUi.ui \
        IncludeUi.ui \
        LabelUi.ui \
@@ -262,6 +264,7 @@ UIFILES = \
        PDFSupportUi.ui \
        PreambleUi.ui \
        PrefColorsUi.ui \
+       PrefCompletionUi.ui \
        PrefConvertersUi.ui \
        PrefDateUi.ui \
        PrefDisplayUi.ui \
@@ -322,7 +325,7 @@ liblyxqt4_la_SOURCES = \
        $(MOCHEADER) \
        $(NOMOCHEADER)
 
-EXTRA_DIST = pch.h
+EXTRA_DIST = pch.h ui/compile_uic.sh $(UIFILES:%=ui/%)
 BUILT_SOURCES += $(PCH_FILE)
 AM_CPPFLAGS += $(PCH_FLAGS)