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