[vlc-devel] commit: Distribute the profile files (Christophe Mutricy )
git version control
git at videolan.org
Fri Feb 13 16:09:12 CET 2009
vlc | branch: master | Christophe Mutricy <xtophe at altair.v.videolan.org> | Fri Feb 13 14:26:17 2009 +0100| [f283fe2a09912415719a78156d9f2900d999f32e] | committer: Christophe Mutricy
Distribute the profile files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f283fe2a09912415719a78156d9f2900d999f32e
---
modules/gui/qt4/Modules.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index ea86067..dea66d6 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 \
More information about the vlc-devel
mailing list