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