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

                          
                   






                                                                    
 

                                         


                                               




                           
include(../../plugins.pri)

CONFIG += warn_on \
plugin  \
 lib

TARGET = $$PLUGINS_PREFIX/CommandLineOptions/statusoption
QMAKE_CLEAN = $$PLUGINS_PREFIX/CommandLineOptions/libstatusoption.so

TEMPLATE = lib

RESOURCES = translations/translations.qrc

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

LIBS += -lqmmpui -lqmmp

HEADERS += statusoption.h

SOURCES += statusoption.cpp