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

                          
                   






                                                                  
 

                                         


                                               




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

CONFIG += warn_on \
plugin  \
 lib

TARGET = $$PLUGINS_PREFIX/CommandLineOptions/seekoption
QMAKE_CLEAN = $$PLUGINS_PREFIX/CommandLineOptions/libseekoption.so

TEMPLATE = lib

RESOURCES = translations/translations.qrc

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

LIBS += -lqmmpui -lqmmp

HEADERS += seekoption.h

SOURCES += seekoption.cpp