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