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

                          
                   








                                                                     














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

CONFIG += warn_on \
plugin  \
 lib

TARGET =$$PLUGINS_PREFIX/CommandLineOptions/playlistoption
QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libplaylistoption.so

TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib

RESOURCES = translations/translations.qrc

isEmpty(LIB_DIR){
    LIB_DIR = /lib
}
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target

INCLUDEPATH += ../../../../src

LIBS += -lqmmpui -lqmmp

HEADERS += playlistoption.h

SOURCES += playlistoption.cpp