]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/Modules.am
Qt: Teletext handling simplifications and change of the icons to more clear ones.
[vlc] / modules / gui / qt4 / Modules.am
index 8ad593f21faf3dfe2b879dcf5d8b82abf0c940ad..a663ebe8dbb1650b9ae6070b5213a0b9b5a9b643 100644 (file)
@@ -33,6 +33,7 @@ nodist_SOURCES_qt4 = \
                dialogs/gototime.moc.cpp \
                dialogs/toolbar.moc.cpp \
                dialogs/open.moc.cpp \
+               dialogs/openurl.moc.cpp \
                dialogs/podcast_configuration.moc.cpp \
                dialogs/vlm.moc.cpp \
                components/extended_panels.moc.cpp \
@@ -130,12 +131,12 @@ DEPS_res = \
        pixmaps/toolbar/extended_16px.png \
        pixmaps/toolbar/frame-by-frame.png \
        pixmaps/toolbar/fullscreen.png \
+       pixmaps/toolbar/play_reverse.png \
        pixmaps/toolbar/record_16px.png \
        pixmaps/toolbar/snapshot.png \
        pixmaps/toolbar/skip_for.png \
        pixmaps/toolbar/skip_back.png \
        pixmaps/toolbar/tv.png \
-       pixmaps/toolbar/tvtelx-transparent.png \
        pixmaps/toolbar/tvtelx.png \
        pixmaps/toolbar/visu.png \
        pixmaps/toolbar/volume-high.png \
@@ -199,6 +200,7 @@ SOURCES_qt4 =       qt4.cpp \
                dialogs/gototime.cpp \
                dialogs/toolbar.cpp \
                dialogs/open.cpp \
+               dialogs/openurl.cpp \
                dialogs/vlm.cpp \
                dialogs/podcast_configuration.cpp \
                components/extended_panels.cpp \
@@ -241,6 +243,7 @@ noinst_HEADERS = \
        dialogs/gototime.hpp \
        dialogs/toolbar.hpp \
        dialogs/open.hpp \
+       dialogs/openurl.hpp \
        dialogs/vlm.hpp \
        dialogs/podcast_configuration.hpp \
        components/extended_panels.hpp \