blob: e3d8b6068d9e961887c52504ca72f992c30c0222 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|