]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Makefile.am
If we are in a closeEvent, we don't want to close all buffers, because these may...
[lyx.git] / src / frontends / qt4 / Makefile.am
index 5238a83effb30bf9da60c210aab68bac4732a9ab..600046334ac9454b7d474bfa26e18704d8cd70bb 100644 (file)
@@ -90,6 +90,8 @@ SOURCEFILES = \
        GuiIdListModel.cpp \
        GuiImage.cpp \
        GuiInclude.cpp \
+       GuiIndex.cpp \
+       GuiIndices.cpp \
        GuiInfo.cpp \
        GuiKeySymbol.cpp \
        GuiLabel.cpp \
@@ -97,10 +99,14 @@ SOURCEFILES = \
        GuiLog.cpp \
        GuiMathMatrix.cpp \
        GuiNomencl.cpp \
+       GuiNote.cpp \
        GuiPainter.cpp \
        GuiParagraph.cpp \
+       GuiPhantom.cpp \
        GuiPrefs.cpp \
        GuiPrint.cpp \
+       GuiPrintindex.cpp \
+       GuiPrintNomencl.cpp \
        GuiRef.cpp \
        GuiSearch.cpp \
        GuiSelection.cpp \
@@ -126,6 +132,7 @@ SOURCEFILES = \
        LengthCombo.cpp \
        LyXFileDialog.cpp \
        LaTeXHighlighter.cpp \
+       LayoutBox.cpp \
        Menus.cpp \
        PanelStack.cpp \
        qt_helpers.cpp \
@@ -184,15 +191,21 @@ MOCHEADER = \
        GuiHSpace.h \
        GuiHyperlink.h \
        GuiInclude.h \
+       GuiIndex.h \
+       GuiIndices.h \
        GuiInfo.h \
        GuiLabel.h \
        GuiListings.h \
        GuiLog.h \
        GuiMathMatrix.h \
        GuiNomencl.h \
+       GuiNote.h \
        GuiParagraph.h \
+       GuiPhantom.h \
        GuiPrefs.h \
        GuiPrint.h \
+       GuiPrintindex.h \
+       GuiPrintNomencl.h \
        GuiRef.h \
        GuiSearch.h \
        GuiSelection.h \
@@ -215,6 +228,7 @@ MOCHEADER = \
        GuiWrap.h \
        IconPalette.h \
        InsertTableWidget.h \
+       LayoutBox.h \
        LengthCombo.h \
        LyXFileDialog.h \
        Menus.h \
@@ -232,6 +246,7 @@ UIFILES = \
        BibtexUi.ui \
        BoxUi.ui \
        BranchesUi.ui \
+       BranchesUnknownUi.ui \
        BranchUi.ui \
        BulletsUi.ui \
        ChangesUi.ui \
@@ -250,11 +265,14 @@ UIFILES = \
        HSpaceUi.ui \
        HyperlinkUi.ui \
        IncludeUi.ui \
+       IndexUi.ui \
+       IndicesUi.ui \
        InfoUi.ui \
        LabelUi.ui \
        LanguageUi.ui \
        LaTeXUi.ui \
        ListingsUi.ui \
+       ListingsSettingsUi.ui \
        LogUi.ui \
        MarginsUi.ui \
        MathMatrixUi.ui \
@@ -263,9 +281,11 @@ UIFILES = \
        NomenclUi.ui \
        NoteUi.ui \
        NumberingUi.ui \
+       OutputUi.ui \
        PageLayoutUi.ui \
        ParagraphUi.ui \
        PDFSupportUi.ui \
+       PhantomUi.ui \
        PreambleUi.ui \
        PrefColorsUi.ui \
        PrefCompletionUi.ui \
@@ -287,6 +307,8 @@ UIFILES = \
        PrefsUi.ui \
        PrefUi.ui \
        PrintUi.ui \
+       PrintindexUi.ui \
+       PrintNomenclUi.ui \
        RefUi.ui \
        SearchUi.ui \
        SendtoUi.ui \
@@ -300,6 +322,7 @@ UIFILES = \
        TextLayoutUi.ui \
        ThesaurusUi.ui \
        TocUi.ui \
+       ToggleWarningUi.ui \
        ViewSourceUi.ui \
        VSpaceUi.ui \
        WrapUi.ui