]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/Modules.am
Qt: add accessiblewidgets for Win32 static Qt compilation.
[vlc] / modules / gui / qt4 / Modules.am
index b2356fdfd783c5bacf5bcf65f7eba490306ae991..197a2d7fa83677cc9b2871fc985610e77d38d386 100644 (file)
@@ -24,6 +24,7 @@ nodist_SOURCES_qt4 = \
                dialogs/extended.moc.cpp \
                dialogs/messages.moc.cpp \
                dialogs/errors.moc.cpp \
+               dialogs/plugins.moc.cpp \
                dialogs/preferences.moc.cpp \
                dialogs/interaction.moc.cpp \
                dialogs/sout.moc.cpp \
@@ -41,6 +42,7 @@ nodist_SOURCES_qt4 = \
                components/open_panels.moc.cpp \
                components/interface_widgets.moc.cpp \
                components/controller.moc.cpp \
+               components/controller_widget.moc.cpp \
                components/playlist/playlist_model.moc.cpp \
                components/playlist/playlist_item.moc.cpp \
                components/playlist/playlist.moc.cpp \
@@ -188,6 +190,7 @@ SOURCES_qt4 =       qt4.cpp \
                dialogs/extended.cpp \
                dialogs/messages.cpp \
                dialogs/errors.cpp \
+               dialogs/plugins.cpp \
                dialogs/interaction.cpp \
                dialogs/sout.cpp \
                dialogs/help.cpp \
@@ -204,6 +207,7 @@ SOURCES_qt4 =       qt4.cpp \
                components/open_panels.cpp \
                components/interface_widgets.cpp \
                components/controller.cpp \
+               components/controller_widget.cpp \
                components/playlist/playlist_model.cpp \
                components/playlist/playlist_item.cpp \
                components/playlist/standardpanel.cpp \
@@ -226,6 +230,7 @@ noinst_HEADERS = \
        dialogs/extended.hpp \
        dialogs/messages.hpp \
        dialogs/errors.hpp \
+       dialogs/plugins.hpp \
        dialogs/preferences.hpp \
        dialogs/interaction.hpp \
        dialogs/sout.hpp \
@@ -243,6 +248,7 @@ noinst_HEADERS = \
        components/open_panels.hpp \
        components/interface_widgets.hpp \
        components/controller.hpp \
+       components/controller_widget.hpp \
        components/playlist/playlist_model.hpp \
        components/playlist/playlist_item.hpp \
        components/playlist/panels.hpp \
@@ -253,6 +259,7 @@ noinst_HEADERS = \
        util/customwidgets.hpp \
        util/qvlcframe.hpp \
        util/qvlcapp.hpp \
+       util/qt_dirs.hpp \
        util/registry.hpp
 
 EXTRA_DIST += \