blob: 1487fb347149ab46c6058c3007a47bbd3a46a2bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Output/pulseaudio
HEADERS += outputpulseaudiofactory.h \
outputpulseaudio.h
SOURCES += outputpulseaudiofactory.cpp \
outputpulseaudio.cpp
RESOURCES = translations/translations.qrc
PKGCONFIG += libpulse-simple
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|