summaryrefslogtreecommitdiffstats
path: root/src/plugins/pulseaudio/pulseaudio.pro
blob: e8ab9317cc911be6b12b9eb0bad4b42cab78e4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = qtmedia_pulse
QT += multimedia-private

PLUGIN_TYPE = audio
PLUGIN_CLASS_NAME = QPulseAudioPlugin
load(qt_plugin)

CONFIG += link_pkgconfig
PKGCONFIG += libpulse

HEADERS += qpulseaudioplugin.h \
           qaudiodeviceinfo_pulse.h \
           qaudiooutput_pulse.h \
           qaudioinput_pulse.h \
           qpulseaudioengine.h \
           qpulsehelpers.h

SOURCES += qpulseaudioplugin.cpp \
           qaudiodeviceinfo_pulse.cpp \
           qaudiooutput_pulse.cpp \
           qaudioinput_pulse.cpp \
           qpulseaudioengine.cpp \
           qpulsehelpers.cpp

OTHER_FILES += \
    pulseaudio.json