blob: 3c4141f4d2a0e7d02b01f321a0fa47d0820192b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
}
|