blob: 37dbd9cc3b6a9f28d51453afaed2102e1257c4ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include(../../plugins.pri)
TARGET =$$PLUGINS_PREFIX/CommandLineOptions/playlistoption
QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libplaylistoption.so
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
LIBS += -lqmmpui
HEADERS += playlistoption.h
SOURCES += playlistoption.cpp
|