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