blob: 8e6612e47918625e885f2626180fcd1dcec2984f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
include(../../plugins.pri)
CONFIG += warn_on \
plugin \
lib
TARGET =$$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption
QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libincdecvolumeoption.so
TEMPLATE = lib
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
LIBS += -lqmmpui -lqmmp
HEADERS += incdecvolumeoption.h
SOURCES += incdecvolumeoption.cpp
|