aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro
blob: d8aa5135a4a8905f8ea974fa5011135ad71e22a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../../plugins.pri)

TARGET =$$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption
QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libincdecvolumeoption.so

RESOURCES = translations/translations.qrc

target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target

LIBS += -lqmmpui

HEADERS += incdecvolumeoption.h

SOURCES += incdecvolumeoption.cpp