blob: 9e541682e7fea5d5d74b37768ec42da927ba7553 (
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
target.path = $$PLUGIN_DIR/Output
INSTALLS += target
|