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