summaryrefslogtreecommitdiffstats
path: root/src/plugins/opensles/opensles.pro
blob: aa8e05444171d57b24115ca26ca4982f984938de (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
TARGET = qtaudio_opensles
QT += multimedia-private core-private

PLUGIN_TYPE = audio
PLUGIN_CLASS_NAME = QOpenSLESPlugin
load(qt_plugin)

LIBS += -lOpenSLES

HEADERS += \
    qopenslesplugin.h \
    qopenslesengine.h \
    qopenslesdeviceinfo.h \
    qopenslesaudioinput.h \
    qopenslesaudiooutput.h

SOURCES += \
    qopenslesplugin.cpp \
    qopenslesengine.cpp \
    qopenslesdeviceinfo.cpp \
    qopenslesaudioinput.cpp \
    qopenslesaudiooutput.cpp

OTHER_FILES += \
    opensles.json