]> git.sesse.net Git - vlc/commitdiff
Qt: EPG in BuildSystem
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 27 Jan 2010 00:04:29 +0000 (01:04 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 28 Jan 2010 00:38:51 +0000 (01:38 +0100)
modules/gui/qt4/Modules.am

index 622a9dbb4802a07b78c01398f3afeec9a0b2b77b..c74c5f6d42ee626a36fa0942f62e7239d8b5a1e1 100644 (file)
@@ -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 \