[vlc-commits] qt: fixed make distcheck

Konstantin Pavlov git at videolan.org
Sun Oct 27 03:20:58 CET 2019


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Oct 27 05:17:24 2019 +0300| [c28c0e16a836ed3a397360140635e4f0e7cd1bf6] | committer: Konstantin Pavlov

qt: fixed make distcheck

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c28c0e16a836ed3a397360140635e4f0e7cd1bf6
---

 modules/gui/qt/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
index 2605d17b0f..e8ce78a272 100644
--- a/modules/gui/qt/Makefile.am
+++ b/modules/gui/qt/Makefile.am
@@ -549,7 +549,8 @@ libqt_plugin_la_RES = \
 	gui/qt/pixmaps/del.svg \
 	gui/qt/pixmaps/ellipsis.svg \
 	gui/qt/pixmaps/topbar/grid.svg \
-	gui/qt/pixmaps/topbar/list.svg
+	gui/qt/pixmaps/topbar/list.svg \
+	gui/qt/pixmaps/cone.svg
 
 #QML and JS resources
 libqt_plugin_la_QML = \



More information about the vlc-commits mailing list