X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FMakefile.am;h=a1fbf59e02b4d43f2e6e6015d27f6bc52f5f71ef;hb=58505db8192762ee74a30622a3a0a8b6e091c555;hp=99319b1691180d55d9406da9449aa8a36f79e015;hpb=605f6bebf2b0403e82700f5e692eedf6bfc78390;p=lyx.git diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 99319b1691..a1fbf59e02 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -11,22 +11,22 @@ CLEANFILES += $(BUILT_SOURCES) UIC4FLAGS=-tr lyx::qt_ ui_%.h: ui/%.ui - $(UIC4) $(UIC4FLAGS) $< -o $@ + $(AM_V_GEN)$(UIC4) $(UIC4FLAGS) $< -o $@ MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp) moc_%.cpp: %.h - $(MOC4) -o $@ $< + $(AM_V_GEN)$(MOC4) -o $@ $< Resources.qrc: Makefile - echo "" > $@ + $(AM_V_GEN)echo "" > $@ ; \ find $(top_srcdir)/lib/images -name '*.png' \ | sed -e 's:$(top_srcdir)/lib/\(.*\):&:' \ - >> $@ + >> $@ ;\ echo "" >> $@ Resources.cpp: Resources.qrc - $(RCC4) $< -name Resources -o $@ + $(AM_V_GEN)$(RCC4) $< -name Resources -o $@ ######################### LIBRARIES ############################# @@ -73,6 +73,7 @@ SOURCEFILES = \ GuiClipboard.cpp \ GuiCommandBuffer.cpp \ GuiCommandEdit.cpp \ + GuiCompare.cpp \ GuiCompleter.cpp \ GuiDelimiter.cpp \ GuiDialog.cpp \ @@ -106,6 +107,9 @@ SOURCEFILES = \ GuiPrefs.cpp \ GuiPrint.cpp \ GuiPrintindex.cpp \ + GuiPrintNomencl.cpp \ + GuiProgress.cpp \ + GuiProgressView.cpp \ GuiRef.cpp \ GuiSearch.cpp \ GuiSelection.cpp \ @@ -131,6 +135,7 @@ SOURCEFILES = \ LengthCombo.cpp \ LyXFileDialog.cpp \ LaTeXHighlighter.cpp \ + LayoutBox.cpp \ Menus.cpp \ PanelStack.cpp \ qt_helpers.cpp \ @@ -177,6 +182,7 @@ MOCHEADER = \ GuiClipboard.h \ GuiCommandBuffer.h \ GuiCommandEdit.h \ + GuiCompare.h \ GuiCompleter.h \ GuiDelimiter.h \ GuiDialog.h \ @@ -203,6 +209,9 @@ MOCHEADER = \ GuiPrefs.h \ GuiPrint.h \ GuiPrintindex.h \ + GuiPrintNomencl.h \ + GuiProgress.h \ + GuiProgressView.h \ GuiRef.h \ GuiSearch.h \ GuiSelection.h \ @@ -225,6 +234,7 @@ MOCHEADER = \ GuiWrap.h \ IconPalette.h \ InsertTableWidget.h \ + LayoutBox.h \ LengthCombo.h \ LyXFileDialog.h \ Menus.h \ @@ -235,18 +245,19 @@ MOCHEADER = \ UIFILES = \ AboutUi.ui \ - AskForTextUi.ui \ BibitemUi.ui \ BiblioUi.ui \ BibtexAddUi.ui \ BibtexUi.ui \ BoxUi.ui \ BranchesUi.ui \ + BranchesUnknownUi.ui \ BranchUi.ui \ BulletsUi.ui \ ChangesUi.ui \ CharacterUi.ui \ CitationUi.ui \ + CompareUi.ui \ DelimiterUi.ui \ DocumentUi.ui \ ErrorListUi.ui \ @@ -267,8 +278,10 @@ UIFILES = \ LanguageUi.ui \ LaTeXUi.ui \ ListingsUi.ui \ + ListingsSettingsUi.ui \ LogUi.ui \ MarginsUi.ui \ + MasterChildUi.ui \ MathMatrixUi.ui \ MathsUi.ui \ ModulesUi.ui \ @@ -302,6 +315,8 @@ UIFILES = \ PrefUi.ui \ PrintUi.ui \ PrintindexUi.ui \ + PrintNomenclUi.ui \ + ProgressViewUi.ui \ RefUi.ui \ SearchUi.ui \ SendtoUi.ui \