promoe/lib/lib.pro
Thomas Frauendorfer d4cb52ecd9 OTHER: Handle source preferences correctly
This is done through some ugly hack, that will have to exist until
xmms2d or the c++ bindings make things easier for us client developers
;-)
2008-10-20 03:49:39 +02:00

37 lines
724 B
Prolog

TEMPLATE = lib
CONFIG += static
include (../config.pri)
PKGCONFIG += xmms2-client-cpp
load (../features/pkgconfig.prf)
!xmms2-client-cpp:error (Please install the xmms2 c++ client library)
MOC_DIR = .moc
OBJECTS_DIR = .obj
SOURCES += xclient.cpp \
xclientcache.cpp \
xconfig.cpp \
xplayback.cpp \
xcollection.cpp \
playlistmodel.cpp \
xmmsqt4.cpp
HEADERS += xclient.h \
xclientcache.h \
xconfig.h \
xplayback.h \
xcollection.h \
xcollection_p.h \
playlistmodel.h \
xmmsqt4.h \
sourcepref.h \
debug.h
QT += network
QMAKE_LFLAGS += -L$$[QT_INSTALL_PLUGINS]/imageformats
QMAKE_CXXFLAGS += -g
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter