]> 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 8965b97f9286c8cfb4f866b77a7bfd17d5a9a5fe..eba02e902a354ea51921cdb940a9b0d467b0ef7e 100644 (file)
@@ -49,7 +49,6 @@ SOURCEFILES = \
        ButtonPolicy.h \
        Dialog.cpp \
        Dialog.h \
-       DialogView.cpp \
        Resources.cpp \
        Action.cpp \
        BulletsModule.cpp \
@@ -73,6 +72,7 @@ SOURCEFILES = \
        GuiClipboard.cpp \
        GuiCommandBuffer.cpp \
        GuiCommandEdit.cpp \
+       GuiCompleter.cpp \
        GuiDelimiter.cpp \
        GuiDialog.cpp \
        GuiDocument.cpp \
@@ -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 \
@@ -137,6 +137,7 @@ SOURCEFILES = \
 NOMOCHEADER = \
        ButtonController.h \
        ColorCache.h \
+       DialogView.h \
        DockView.h \
        FileDialog.h \
        GuiFontExample.h \
@@ -149,14 +150,12 @@ NOMOCHEADER = \
        GuiPainter.h \
        GuiToolbars.h \
        LaTeXHighlighter.h \
-       qlkey.h \
        qt_helpers.h
 
 MOCHEADER = \
        Action.h \
        BulletsModule.h \
        CustomizedWidgets.h \
-       DialogView.h \
        EmptyTable.h \
        FloatPlacement.h \
        GuiAbout.h \
@@ -172,6 +171,7 @@ MOCHEADER = \
        GuiClipboard.h \
        GuiCommandBuffer.h \
        GuiCommandEdit.h \
+       GuiCompleter.h \
        GuiDelimiter.h \
        GuiDialog.h \
        GuiDocument.h \
@@ -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)