From: Jean-Baptiste Kempf Date: Wed, 27 Jan 2010 00:04:29 +0000 (+0100) Subject: Qt: EPG in BuildSystem X-Git-Tag: 1.1.0-ff~809 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e4cd963a4bf7a67a396a3185911d766add816efe;p=vlc Qt: EPG in BuildSystem --- diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am index 622a9dbb48..c74c5f6d42 100644 --- a/modules/gui/qt4/Modules.am +++ b/modules/gui/qt4/Modules.am @@ -52,6 +52,10 @@ nodist_SOURCES_qt4 = \ components/interface_widgets.moc.cpp \ components/controller.moc.cpp \ components/controller_widget.moc.cpp \ + components/epg/EPGItem.moc.cpp \ + components/epg/EPGRuler.moc.cpp \ + components/epg/EPGView.moc.cpp \ + components/epg/EPGWidget.moc.cpp \ components/playlist/icon_view.moc.cpp \ components/playlist/playlist_model.moc.cpp \ components/playlist/playlist.moc.cpp \ @@ -246,6 +250,10 @@ SOURCES_qt4 = qt4.cpp \ components/interface_widgets.cpp \ components/controller.cpp \ components/controller_widget.cpp \ + components/epg/EPGItem.cpp \ + components/epg/EPGRuler.cpp \ + components/epg/EPGView.cpp \ + components/epg/EPGWidget.cpp \ components/playlist/icon_view.cpp \ components/playlist/playlist_model.cpp \ components/playlist/playlist_item.cpp \ @@ -297,6 +305,11 @@ noinst_HEADERS = \ components/interface_widgets.hpp \ components/controller.hpp \ components/controller_widget.hpp \ + components/epg/EPGEvent.hpp \ + components/epg/EPGItem.hpp \ + components/epg/EPGRuler.hpp \ + components/epg/EPGView.hpp \ + components/epg/EPGWidget.hpp \ components/playlist/icon_view.hpp \ components/playlist/playlist_model.hpp \ components/playlist/playlist_item.hpp \