diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-05-23 16:44:25 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-05-23 16:44:37 +0300 |
| commit | 03c685b9e4dc801b08eff8dbc5facf19346134dd (patch) | |
| tree | 54fdb569d41e0ee5a1933c1370a332af8fd4c4c0 /mesongui.py | |
| parent | ee0607ddf92b0d4e3cf9a075db6c2e2f4439400e (diff) | |
| download | meson-03c685b9e4dc801b08eff8dbc5facf19346134dd.tar.gz | |
Put in some frosting.
Diffstat (limited to 'mesongui.py')
| -rwxr-xr-x | mesongui.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesongui.py b/mesongui.py index 655ad6ed4..56bdd8825 100755 --- a/mesongui.py +++ b/mesongui.py @@ -94,6 +94,8 @@ class TargetModel(QAbstractItemModel): typename = 'shared library' elif isinstance(target, build.StaticLibrary): typename = 'static library' + elif isinstance(target, build.CustomTarget): + typename = 'custom' else: typename = 'unknown' if target.should_install(): |
