blob: 0536604042fc4be6465186f49f12318a2ebf8176 (
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 = $$PLUGIN_DIR/CommandLineOptions
INSTALLS += target
|