blob: 1d54601a6a32dbda0bab56f6ce0d92d484241286 (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption
HEADERS += incdecvolumeoption.h
SOURCES += incdecvolumeoption.cpp
RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
target.path = $$PLUGIN_DIR/CommandLineOptions
INSTALLS += target
|