aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro
blob: 8e6612e47918625e885f2626180fcd1dcec2984f (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                          
                   






                                                                         
 
                                         
 


                                               
                       



                                 
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