blob: 4887aa86ededbe2675ab72330f7ef18a544c803e (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/playlistoption
HEADERS += playlistoption.h
SOURCES += playlistoption.cpp
RESOURCES = translations/translations.qrc
LIBS += -lqmmpui
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
|