Skip to content

Commit

Permalink
Settings: Add new settings classes using MythUI
Browse files Browse the repository at this point in the history
Formatting and silencing of compilation warnings done by Jonatan Lindblad.

Signed-off-by: Jonatan Lindblad <jlindblad@mythtv.org>
  • Loading branch information
xavierh authored and natanojl committed Dec 11, 2014
1 parent d9f88c9 commit ba64332
Show file tree
Hide file tree
Showing 3 changed files with 1,384 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmyth/libmyth.pro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ HEADERS += mythexp.h mythmediamonitor.h
HEADERS += mythwidgets.h mythwizard.h schemawizard.h
HEADERS += output.h
HEADERS += settings.h
HEADERS += standardsettings.h
HEADERS += visual.h
HEADERS += storagegroupeditor.h
HEADERS += mythterminal.h
Expand All @@ -70,6 +71,7 @@ SOURCES += mythmediamonitor.cpp
SOURCES += mythwidgets.cpp mythwizard.cpp schemawizard.cpp
SOURCES += output.cpp
SOURCES += settings.cpp
SOURCES += standardsettings.cpp
SOURCES += storagegroupeditor.cpp
SOURCES += mythterminal.cpp
SOURCES += remoteutil.cpp
Expand Down Expand Up @@ -135,6 +137,7 @@ inc.files += mythterminal.h remoteutil.h
inc.files += programinfo.h
inc.files += programtypes.h recordingtypes.h
inc.files += rssparse.h
inc.files += standardsettings.h

# This stuff is not Qt5 compatible..
# Really? It builds under Qt5, so lets let it
Expand Down
Loading

0 comments on commit ba64332

Please sign in to comment.