]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/Modules.am
Merge branch 'master' of git://git.videolan.org/vlc
[vlc] / modules / gui / qt4 / Modules.am
index bb505e259281f6ee149f2e3f8be522af502d4c1d..60355813d170af0e7ddbcff828cb421d2cec8ca7 100644 (file)
@@ -12,7 +12,7 @@
 
 AUTOMAKE_OPTIONS = subdir-objects
 MOSTLYCLEANFILES = $(UIH)
-SUFFIXES += .ui .h .hpp .moc.cpp
+SUFFIXES = .ui .h .hpp .moc.cpp
 
 nodist_SOURCES_qt4 = \
                main_interface.moc.cpp \
@@ -53,6 +53,7 @@ nodist_SOURCES_qt4 = \
                components/interface_widgets.moc.cpp \
                components/controller.moc.cpp \
                components/controller_widget.moc.cpp \
+               components/epg/EPGChannels.moc.cpp \
                components/epg/EPGRuler.moc.cpp \
                components/epg/EPGView.moc.cpp \
                components/epg/EPGWidget.moc.cpp \
@@ -68,7 +69,6 @@ nodist_SOURCES_qt4 = \
                util/qvlcapp.moc.cpp \
                resources.cpp \
                ui/equalizer.h \
-               ui/v4l2.h \
                ui/video_effects.h \
                ui/open_file.h \
                ui/open_disk.h \
@@ -84,6 +84,9 @@ nodist_SOURCES_qt4 = \
                ui/sprefs_subtitles.h \
                ui/sprefs_video.h \
                ui/streampanel.h \
+               ui/messages_panel.h \
+               ui/about.h \
+               ui/update.h \
                ui/sout.h
 
 DEPS_res = \
@@ -133,7 +136,6 @@ DEPS_res = \
        pixmaps/previous.png \
        pixmaps/previous_16px.png \
        pixmaps/profile_new.png \
-       pixmaps/sample_classic.png \
        pixmaps/sample_complete.png \
        pixmaps/sample_minimal.png \
        pixmaps/sample_skins.png \
@@ -183,6 +185,10 @@ DEPS_res = \
        pixmaps/types/type_node.png \
        pixmaps/types/type_playlist.png \
        pixmaps/types/type_unknown.xpm \
+       pixmaps/win7/win7thumbnail_pause.png \
+       pixmaps/win7/win7thumbnail_prev.png \
+       pixmaps/win7/win7thumbnail_next.png \
+       pixmaps/win7/win7thumbnail_play.png \
        pixmaps/update.png \
        pixmaps/lock.png
 
@@ -202,7 +208,7 @@ resources.cpp: vlc.qrc $(DEPS_res)
        $(AM_V_GEN)$(RCC) -name vlc -o $@ $<
 
 .hpp.moc.cpp:
-       $(moc_verbose)$(MOC) $(DEFS) $(CPPFLAGS) -I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
+       $(moc_verbose)$(MOC) $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
 
 .ui.h:
        $(AM_V_at)mkdir -p -- ui
@@ -252,6 +258,7 @@ SOURCES_qt4 =       qt4.cpp \
                components/interface_widgets.cpp \
                components/controller.cpp \
                components/controller_widget.cpp \
+               components/epg/EPGChannels.cpp \
                components/epg/EPGItem.cpp \
                components/epg/EPGRuler.cpp \
                components/epg/EPGView.cpp \
@@ -308,6 +315,7 @@ noinst_HEADERS = \
        components/interface_widgets.hpp \
        components/controller.hpp \
        components/controller_widget.hpp \
+       components/epg/EPGChannels.hpp \
        components/epg/EPGEvent.hpp \
        components/epg/EPGItem.hpp \
        components/epg/EPGRuler.hpp \
@@ -335,7 +343,6 @@ noinst_HEADERS = \
 EXTRA_DIST += \
        vlc.qrc \
        ui/equalizer.ui \
-       ui/v4l2.ui \
        ui/video_effects.ui \
        ui/open_file.ui \
        ui/open_disk.ui \
@@ -350,6 +357,9 @@ EXTRA_DIST += \
        ui/sprefs_subtitles.ui \
        ui/sprefs_video.ui \
        ui/streampanel.ui \
+       ui/messages_panel.ui \
+       ui/about.ui \
+       ui/update.ui \
        ui/sout.ui \
        ui/vlm.ui \
        $(DEPS_res)