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