vlc | branch: master | Alexandre Janniaux <[email protected]> | Wed Apr 8 18:39:08 2020 +0200| [acadf6a47314f0b9b91ad5778d1dd4efe38970f2] | committer: Alexandre Janniaux
qt: Makefile: remove networksourcelistener.moc.cpp The networksourcelistener.hpp file doesn't use Q_OBJECT and thus doesn't need a `moc` preprocessing. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acadf6a47314f0b9b91ad5778d1dd4efe38970f2 --- modules/gui/qt/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am index 07d146f604..5cdaebf086 100644 --- a/modules/gui/qt/Makefile.am +++ b/modules/gui/qt/Makefile.am @@ -289,7 +289,6 @@ nodist_libqt_plugin_la_SOURCES = \ gui/qt/menus/menus.moc.cpp \ gui/qt/network/networkdevicemodel.moc.cpp \ gui/qt/network/networkmediamodel.moc.cpp \ - gui/qt/network/networksourcelistener.moc.cpp \ gui/qt/player/input_models.moc.cpp \ gui/qt/player/player_controller.moc.cpp \ gui/qt/player/playercontrolbarmodel.moc.cpp \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
