blob: 1e3558c8e66e9758e319bbeb7aea3e8e789a69ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption
HEADERS += incdecvolumeoption.h
SOURCES += incdecvolumeoption.cpp
RESOURCES = translations/translations.qrc
LIBS += -lqmmpui
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
|