blob: 041dea806faa85c8a92557666c0d25a4866a120e (
plain) (
tree)
|
|
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
|