blob: f6f67e01866e04c459223027b8c6c1518ed5375f (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/statusoption
HEADERS += statusoption.h
SOURCES += statusoption.cpp
RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
|