OTHER: Use a iterator class for loading skins

This commit is contained in:
Thomas Frauendorfer 2010-02-08 03:19:15 +01:00
parent 2e02c96263
commit 389b847426
8 changed files with 333 additions and 32 deletions

View file

@ -4,7 +4,7 @@
"""
This file is a part of Promoe, an XMMS2 Client
Copyright (C) 2009 XMMS2 Team
Copyright (C) 2009-2010 XMMS2 Team
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -97,7 +97,7 @@ def build(bld):
obj.target = 'promoe'
obj.includes = incdirs
obj.source = sources
obj.uselib_local = 'backend_lib'
obj.uselib_local = 'backend_lib dir_iterator'
obj.add_objects = 'promoe_data'
obj.uselib = 'QTCORE QTGUI AVAHI-CLIENT AVAHI-QT4'
pass