aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/PlaylistFormats/xspf/xspf.pro
blob: 784f15c7970409f1a852cc477f746e934e73dffa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                    
                                            



                              
                       





                                 
include(../../plugins.pri)

CONFIG += release \
warn_on \
plugin  \
 lib

TARGET =$$PLUGINS_PREFIX/PlaylistFormats/xspfplaylistformat
QMAKE_CLEAN =$$PLUGINS_PREFIX/PlaylistFormats/libxsplaylistformat.so

TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib

isEmpty(LIB_DIR){
    LIB_DIR = /lib
}
target.path = $$LIB_DIR/qmmp/PlaylistFormats
INSTALLS += target

INCLUDEPATH += ../../../../src

LIBS += -lqmmpui -lqmmp

QT += xml
SOURCES += xspfplaylistformat.cpp

HEADERS += xspfplaylistformat.h