Add option to show disabled targets in the configuration dialog.

Note that disabled targets support is not intended for use by end users.
This is to make development (and testing of svn) easier and should get
disabled for releases.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-02-04 21:10:20 +00:00
parent 69fe1ad830
commit a9ab407f84
5 changed files with 268 additions and 217 deletions

View file

@ -65,6 +65,7 @@ class SystemInfo : public QObject
enum PlatformType {
PlatformAll,
PlatformAllDisabled,
PlatformBase,
PlatformVariant
};