blob: bd4e424a62888e0c05b91d75a74e0339d8aa8102 (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Output/null
HEADERS += outputnullfactory.h \
outputnull.h
SOURCES += outputnullfactory.cpp \
outputnull.cpp
RESOURCES = translations/translations.qrc
unix {
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
}
|