X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FMakefile.am;h=a1fbf59e02b4d43f2e6e6015d27f6bc52f5f71ef;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=c7845f8900a5ddb7850d4d252f797f50f351c0c1;hpb=bb12808b20ab89d4c77e90b8fd8268eff7ef35c8;p=lyx.git diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index c7845f8900..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 ############################# @@ -34,7 +34,6 @@ Resources.cpp: Resources.qrc noinst_LIBRARIES = liblyxqt4.a liblyxqt4_a_DEPENDENCIES = $(MOCEDFILES) -#liblyxqt4_a_LIBADD = $(QT4_LIB) $(QT4_LDFLAGS) AM_CPPFLAGS += \ $(QT4_CPPFLAGS) \ @@ -58,6 +57,7 @@ SOURCEFILES = \ CustomizedWidgets.cpp \ EmptyTable.cpp \ FileDialog.cpp \ + FindAndReplace.cpp \ FloatPlacement.cpp \ GuiAbout.cpp \ GuiAlert.cpp \ @@ -73,6 +73,7 @@ SOURCEFILES = \ GuiClipboard.cpp \ GuiCommandBuffer.cpp \ GuiCommandEdit.cpp \ + GuiCompare.cpp \ GuiCompleter.cpp \ GuiDelimiter.cpp \ GuiDialog.cpp \ @@ -90,6 +91,8 @@ SOURCEFILES = \ GuiIdListModel.cpp \ GuiImage.cpp \ GuiInclude.cpp \ + GuiIndex.cpp \ + GuiIndices.cpp \ GuiInfo.cpp \ GuiKeySymbol.cpp \ GuiLabel.cpp \ @@ -100,8 +103,13 @@ SOURCEFILES = \ GuiNote.cpp \ GuiPainter.cpp \ GuiParagraph.cpp \ + GuiPhantom.cpp \ GuiPrefs.cpp \ GuiPrint.cpp \ + GuiPrintindex.cpp \ + GuiPrintNomencl.cpp \ + GuiProgress.cpp \ + GuiProgressView.cpp \ GuiRef.cpp \ GuiSearch.cpp \ GuiSelection.cpp \ @@ -127,6 +135,7 @@ SOURCEFILES = \ LengthCombo.cpp \ LyXFileDialog.cpp \ LaTeXHighlighter.cpp \ + LayoutBox.cpp \ Menus.cpp \ PanelStack.cpp \ qt_helpers.cpp \ @@ -158,6 +167,7 @@ MOCHEADER = \ BulletsModule.h \ CustomizedWidgets.h \ EmptyTable.h \ + FindAndReplace.h \ FloatPlacement.h \ GuiAbout.h \ GuiApplication.h \ @@ -172,6 +182,7 @@ MOCHEADER = \ GuiClipboard.h \ GuiCommandBuffer.h \ GuiCommandEdit.h \ + GuiCompare.h \ GuiCompleter.h \ GuiDelimiter.h \ GuiDialog.h \ @@ -184,6 +195,8 @@ MOCHEADER = \ GuiHSpace.h \ GuiHyperlink.h \ GuiInclude.h \ + GuiIndex.h \ + GuiIndices.h \ GuiInfo.h \ GuiLabel.h \ GuiListings.h \ @@ -192,8 +205,13 @@ MOCHEADER = \ GuiNomencl.h \ GuiNote.h \ GuiParagraph.h \ + GuiPhantom.h \ GuiPrefs.h \ GuiPrint.h \ + GuiPrintindex.h \ + GuiPrintNomencl.h \ + GuiProgress.h \ + GuiProgressView.h \ GuiRef.h \ GuiSearch.h \ GuiSelection.h \ @@ -216,6 +234,7 @@ MOCHEADER = \ GuiWrap.h \ IconPalette.h \ InsertTableWidget.h \ + LayoutBox.h \ LengthCombo.h \ LyXFileDialog.h \ Menus.h \ @@ -226,23 +245,25 @@ 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 \ ERTUi.ui \ ExternalUi.ui \ + FindAndReplaceUi.ui \ FloatPlacementUi.ui \ FloatUi.ui \ FontUi.ui \ @@ -250,22 +271,28 @@ 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 \ + MasterChildUi.ui \ MathMatrixUi.ui \ MathsUi.ui \ ModulesUi.ui \ NomenclUi.ui \ NoteUi.ui \ NumberingUi.ui \ + OutputUi.ui \ PageLayoutUi.ui \ ParagraphUi.ui \ PDFSupportUi.ui \ + PhantomUi.ui \ PreambleUi.ui \ PrefColorsUi.ui \ PrefCompletionUi.ui \ @@ -287,6 +314,9 @@ UIFILES = \ PrefsUi.ui \ PrefUi.ui \ PrintUi.ui \ + PrintindexUi.ui \ + PrintNomenclUi.ui \ + ProgressViewUi.ui \ RefUi.ui \ SearchUi.ui \ SendtoUi.ui \ @@ -300,6 +330,7 @@ UIFILES = \ TextLayoutUi.ui \ ThesaurusUi.ui \ TocUi.ui \ + ToggleWarningUi.ui \ ViewSourceUi.ui \ VSpaceUi.ui \ WrapUi.ui