Change playlist to use Esperanza's playlistmodel
This commit is contained in:
parent
85cf6a8d1c
commit
503385309b
96 changed files with 2010 additions and 412 deletions
35
lib/lib.pro
Normal file
35
lib/lib.pro
Normal file
|
@ -0,0 +1,35 @@
|
|||
TEMPLATE = lib
|
||||
CONFIG += static
|
||||
include (../config.pri)
|
||||
|
||||
SOURCES += xclient.cpp \
|
||||
xclientcache.cpp \
|
||||
playlistmodel.cpp \
|
||||
xmmsqt4.cpp
|
||||
|
||||
|
||||
HEADERS += xclient.h \
|
||||
xclientcache.h \
|
||||
playlistmodel.h \
|
||||
xmmsqt4.h \
|
||||
debug.h
|
||||
|
||||
|
||||
|
||||
;RESOURCES = promoe.qrc
|
||||
;macx:RC_FILE = promoe.icns
|
||||
;macx:INCLUDEPATH = /sw/include
|
||||
|
||||
QT += network
|
||||
;macx:QTPLUGIN += qjpeg
|
||||
QMAKE_LFLAGS += -L$$[QT_INSTALL_PLUGINS]/imageformats
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
|
||||
QMAKE_CXXFLAGS += -g
|
||||
;CONFIG += debug warn_on
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
|
||||
PKGCONFIG += xmms2-client xmms2-client-cpp
|
||||
|
||||
;CONFIG += avahi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue