blob: f22b89bf3c307c1c43a226c6ddd4a46e7a46840c (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
SOURCES += xspfplaylistformat.cpp
HEADERS += xspfplaylistformat.h
LIBS += $$QMMPUI_LIB
unix {
target.path = $$PLUGIN_DIR/PlayListFormats
INSTALLS += target
}
|