]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Makefile.am
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / Makefile.am
index 8b8650a6a12e966c0de91d2e5221d80bcd627a6c..225dca655b81989df9fc14fe426695bdd27268c4 100644 (file)
@@ -1,12 +1,11 @@
 include $(top_srcdir)/config/common.am
 
-CLEANFILES += $(UIFILES:%.ui=ui_%.h)
-CLEANFILES += $(MOCEDFILES)
-
 BUILT_SOURCES = $(UIFILES:%.ui=ui_%.h)
 BUILT_SOURCES += $(MOCEDFILES)
 BUILT_SOURCES += Resources.cpp Resources.qrc
 
+CLEANFILES += $(BUILT_SOURCES)
+
 #########################  Qt stuff  #############################
 # Use _() for localization instead of tr() or trUtf8()
 UIC4FLAGS=-tr lyx::qt_
@@ -73,6 +72,7 @@ SOURCEFILES = \
        GuiClipboard.cpp \
        GuiCommandBuffer.cpp \
        GuiCommandEdit.cpp \
+       GuiCompleter.cpp \
        GuiDelimiter.cpp \
        GuiDialog.cpp \
        GuiDocument.cpp \
@@ -85,15 +85,15 @@ SOURCEFILES = \
        GuiFontMetrics.cpp \
        GuiGraphics.cpp \
        GuiHyperlink.cpp \
+       GuiIdListModel.cpp \
        GuiImage.cpp \
        GuiInclude.cpp \
-       GuiIndex.cpp \
        GuiKeySymbol.cpp \
+       GuiLabel.cpp \
        GuiListings.cpp \
        GuiLog.cpp \
        GuiMath.cpp \
        GuiMathMatrix.cpp \
-       GuiMenubar.cpp \
        GuiNomencl.cpp \
        GuiNote.cpp \
        GuiPainter.cpp \
@@ -109,6 +109,7 @@ SOURCEFILES = \
        GuiSetBorder.cpp \
        GuiShowFile.cpp \
        GuiSpellchecker.cpp \
+       GuiSymbols.cpp \
        GuiTabular.cpp \
        GuiTabularCreate.cpp \
        GuiTexinfo.cpp \
@@ -126,6 +127,7 @@ SOURCEFILES = \
        LengthCombo.cpp \
        LyXFileDialog.cpp \
        LaTeXHighlighter.cpp \
+       Menus.cpp \
        PanelStack.cpp \
        qt_helpers.cpp \
        TocModel.cpp \
@@ -134,21 +136,27 @@ SOURCEFILES = \
 
 NOMOCHEADER = \
        ButtonController.h \
+       ColorCache.h \
        DialogView.h \
+       DockView.h \
+       FileDialog.h \
+       GuiFontExample.h \
        GuiFontLoader.h \
        GuiFontMetrics.h \
+       GuiIdListModel.h \
        GuiImage.h \
+       GuiKeySymbol.h \
        GuiMath.h \
        GuiPainter.h \
        GuiToolbars.h \
+       LaTeXHighlighter.h \
+       qlkey.h \
        qt_helpers.h
 
 MOCHEADER = \
        Action.h \
        BulletsModule.h \
-       ColorCache.h \
        CustomizedWidgets.h \
-       DockView.h \
        EmptyTable.h \
        FloatPlacement.h \
        GuiAbout.h \
@@ -164,6 +172,7 @@ MOCHEADER = \
        GuiClipboard.h \
        GuiCommandBuffer.h \
        GuiCommandEdit.h \
+       GuiCompleter.h \
        GuiDelimiter.h \
        GuiDialog.h \
        GuiDocument.h \
@@ -171,16 +180,13 @@ MOCHEADER = \
        GuiERT.h \
        GuiExternal.h \
        GuiFloat.h \
-       GuiFontExample.h \
        GuiGraphics.h \
        GuiHyperlink.h \
        GuiInclude.h \
-       GuiIndex.h \
-       GuiKeySymbol.h \
+       GuiLabel.h \
        GuiListings.h \
        GuiLog.h \
        GuiMathMatrix.h \
-       GuiMenubar.h \
        GuiNomencl.h \
        GuiNote.h \
        GuiParagraph.h \
@@ -195,6 +201,7 @@ MOCHEADER = \
        GuiSetBorder.h \
        GuiShowFile.h \
        GuiSpellchecker.h \
+       GuiSymbols.h \
        GuiTabularCreate.h \
        GuiTabular.h \
        GuiTexinfo.h \
@@ -210,9 +217,8 @@ MOCHEADER = \
        InsertTableWidget.h \
        LengthCombo.h \
        LyXFileDialog.h \
-       LaTeXHighlighter.h \
+       Menus.h \
        PanelStack.h \
-       qlkey.h \
        TocModel.h \
        TocWidget.h \
        Validator.h
@@ -243,7 +249,7 @@ UIFILES = \
        GraphicsUi.ui \
        HyperlinkUi.ui \
        IncludeUi.ui \
-       IndexUi.ui \
+       LabelUi.ui \
        LanguageUi.ui \
        LaTeXUi.ui \
        ListingsUi.ui \
@@ -264,7 +270,7 @@ UIFILES = \
        PrefDisplayUi.ui \
        PrefFileformatsUi.ui \
        PrefIdentityUi.ui \
-       PrefKeyboardUi.ui \
+       PrefInputUi.ui \
        PrefLanguageUi.ui \
        PrefLatexUi.ui \
        PrefPathsUi.ui \
@@ -282,6 +288,7 @@ UIFILES = \
        ShortcutUi.ui \
        ShowFileUi.ui \
        SpellcheckerUi.ui \
+       SymbolsUi.ui \
        TabularCreateUi.ui \
        TabularUi.ui \
        TexinfoUi.ui \
@@ -305,6 +312,7 @@ liblyxqt4_la_SOURCES = \
        $(NOMOCHEADER)
 
 BUILT_SOURCES += liblyxqt4.cpp
+CLEANFILES += liblyxqt4.cpp
 
 else