Added beginning of skinchooser.
Drop your skins into ~/.xmms2/clients/promoe/skins
This commit is contained in:
parent
18f87d65d5
commit
4e46089c01
8 changed files with 169 additions and 3 deletions
|
@ -15,7 +15,8 @@ SOURCES += XmmsQT4.cpp \
|
|||
PlayStatus.cpp \
|
||||
ShadedDisplay.cpp \
|
||||
Playlist.cpp \
|
||||
PlaylistList.cpp
|
||||
PlaylistList.cpp \
|
||||
SkinChooser.cpp
|
||||
|
||||
HEADERS += XmmsQT4.h \
|
||||
PixWidget.h \
|
||||
|
@ -34,7 +35,8 @@ HEADERS += XmmsQT4.h \
|
|||
PlayStatus.h \
|
||||
ShadedDisplay.h \
|
||||
Playlist.h \
|
||||
PlaylistList.h
|
||||
PlaylistList.h \
|
||||
SkinChooser.h
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
CONFIG += debug warn_on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue