]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/Modules.am
Skeleton for simple prefs
[vlc] / modules / gui / qt4 / Modules.am
index fa03023932fa303e5b128c4e19f7e1e3beaa898b..84e464316535ebb2a43c10bc9d35bcd9cea297ac 100644 (file)
@@ -12,7 +12,7 @@
 AUTOMAKE_OPTIONS = subdir-objects
 
 TOUI = ui/input_stats ui/main_interface ui/file_open \
-       ui/logindialog ui/inputdialog ui/progressdialog
+       ui/logindialog ui/inputdialog ui/progressdialog ui/sprefs_trivial
 UIH = $(TOUI:%=%.h)
 
 TOMOC = main_interface \
@@ -28,6 +28,7 @@ TOMOC = main_interface \
        components/infopanels \
        components/preferences_widgets \
        components/preferences \
+       components/simple_preferences \
        components/open \
        components/video_widget \
        components/playlist/panels \
@@ -51,6 +52,7 @@ nodist_SOURCES_qt4 = \
                components/infopanels.moc.cpp \
                components/preferences_widgets.moc.cpp \
                components/preferences.moc.cpp \
+               components/simple_preferences.moc.cpp \
                components/open.moc.cpp \
                components/video_widget.moc.cpp \
                components/playlist/panels.moc.cpp \
@@ -94,6 +96,7 @@ SOURCES_qt4 =         qt4.cpp \
                components/infopanels.cpp \
                components/preferences_widgets.cpp \
                components/preferences.cpp \
+               components/simple_preferences.cpp \
                components/open.cpp \
                components/video_widget.cpp \
                components/playlist/standardpanel.cpp \
@@ -118,6 +121,7 @@ EXTRA_DIST += \
        components/infopanels.hpp \
        components/preferences_widgets.hpp \
        components/preferences.hpp \
+       components/simple_preferences.hpp \
        components/open.hpp \
        components/video_widget.hpp \
        components/playlist/panels.hpp \
@@ -133,6 +137,7 @@ EXTRA_DIST += \
        ui/logindialog.ui \
        ui/inputdialog.ui \
        ui/progressdialog.ui \
+       ui/sprefs_trivial.ui \
        pixmaps/advanced.xpm \
        pixmaps/audio.xpm \
        pixmaps/codec.xpm \