blob: 497536c0f29ca4ff372c0cdfa9d37f45a08c9572 (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/playlistoption
CONFIG += link_qmmpui
HEADERS += playlistoption.h
SOURCES += playlistoption.cpp
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
|