From f283fe2a09912415719a78156d9f2900d999f32e Mon Sep 17 00:00:00 2001 From: Christophe Mutricy <xtophe@altair.v.videolan.org> Date: Fri, 13 Feb 2009 14:26:17 +0100 Subject: [PATCH] Distribute the profile files --- modules/gui/qt4/Modules.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am index ea8606794753..dea66d629915 100644 --- a/modules/gui/qt4/Modules.am +++ b/modules/gui/qt4/Modules.am @@ -7,6 +7,8 @@ # For each UI # - Add it to EXTRA_DIST # - Add the .h to nodist_SOURCES_qt4 +# For each ressource (icon, png, ...) +# - Add it to DEPS_res AUTOMAKE_OPTIONS = subdir-objects MOSTLYCLEANFILES = $(UIH) @@ -117,6 +119,7 @@ DEPS_res = \ pixmaps/prefs/spref_cone_Video_64.png \ pixmaps/previous.png \ pixmaps/previous_16px.png \ + pixmaps/profile_new.png \ pixmaps/slower.png \ pixmaps/space.png \ pixmaps/stop.png \ @@ -264,7 +267,7 @@ noinst_HEADERS = \ components/playlist/playlist.hpp \ components/playlist/selector.hpp \ components/playlist/sorting.h \ - components/sout/profile_selector.cpp \ + components/sout/profile_selector.hpp \ util/input_slider.hpp \ util/customwidgets.hpp \ util/qvlcframe.hpp \ -- GitLab