]> 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 dfea39dedd6a082d4862e265e84be6b1aad8f4d5..eba02e902a354ea51921cdb940a9b0d467b0ef7e 100644 (file)
@@ -84,6 +84,7 @@ SOURCEFILES = \
        GuiFontLoader.cpp \
        GuiFontMetrics.cpp \
        GuiGraphics.cpp \
+       GuiHSpace.cpp \
        GuiHyperlink.cpp \
        GuiIdListModel.cpp \
        GuiImage.cpp \
@@ -98,7 +99,6 @@ SOURCEFILES = \
        GuiNote.cpp \
        GuiPainter.cpp \
        GuiParagraph.cpp \
-       GuiPopupMenu.cpp \
        GuiPrefs.cpp \
        GuiPrint.cpp \
        GuiRef.cpp \
@@ -180,6 +180,7 @@ MOCHEADER = \
        GuiExternal.h \
        GuiFloat.h \
        GuiGraphics.h \
+       GuiHSpace.h \
        GuiHyperlink.h \
        GuiInclude.h \
        GuiLabel.h \
@@ -189,7 +190,6 @@ MOCHEADER = \
        GuiNomencl.h \
        GuiNote.h \
        GuiParagraph.h \
-       GuiPopupMenu.h \
        GuiPrefs.h \
        GuiPrint.h \
        GuiRef.h \
@@ -241,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 \
@@ -264,9 +264,11 @@ UIFILES = \
        PDFSupportUi.ui \
        PreambleUi.ui \
        PrefColorsUi.ui \
+       PrefCompletionUi.ui \
        PrefConvertersUi.ui \
        PrefDateUi.ui \
        PrefDisplayUi.ui \
+       PrefEditUi.ui \
        PrefFileformatsUi.ui \
        PrefIdentityUi.ui \
        PrefInputUi.ui \
@@ -323,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)