[vlc-commits] [Git][videolan/vlc][master] qt: Makefile.am: fix verbose tag for MOC and UIC
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Mar 13 16:16:37 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
6dca281b by Alexandre Janniaux at 2025-03-13T15:57:19+00:00
qt: Makefile.am: fix verbose tag for MOC and UIC
Wrong alignment:
GEN util/qmldir
GEN widgets/qmldir
MOC dialogs/bookmarks/bookmarks.moc.cpp
MOC dialogs/dialogs/dialogmodel.moc.cpp
UIC dialogs/extended/ui_video_effects.h
UIC dialogs/firstrun/ui_firstrunwizard.h
- - - - -
1 changed file:
- modules/gui/qt/Makefile.am
Changes:
=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -363,7 +363,7 @@ libqt_plugin_la_SOURCES = \
moc_verbose = $(moc_verbose_$(V))
moc_verbose_ = $(moc_verbose__$(AM_DEFAULT_VERBOSITY))
-moc_verbose_0 = @echo " MOC " $@;
+moc_verbose_0 = @echo " MOC " $@;
moc_verbose__0 = $(moc_verbose_0)
.hpp.moc.cpp:
@@ -705,7 +705,7 @@ endif
uic_verbose = $(uic_verbose_$(V))
uic_verbose_ = $(uic_verbose__$(AM_DEFAULT_VERBOSITY))
-uic_verbose_0 = @echo " UIC " $@;
+uic_verbose_0 = @echo " UIC " $@;
uic_verbose__0 = $(uic_verbose_0)
MOC_CPPFLAGS = $(DEFS) \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6dca281bd7e78052b554df48abec644948dfcc68
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6dca281bd7e78052b554df48abec644948dfcc68
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list