blob: e2d548f0afea95669c3169cb374f14da3708c0bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat
CONFIG += link_qmmpui
HEADERS += m3uplaylistformat.h
SOURCES += m3uplaylistformat.cpp
unix {
target.path = $$LIB_DIR/qmmp/PlayListFormats
INSTALLS += target
}
|