blob: 623679b3f0fcef4a5480d9de7d0e24452a29369c (
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 = $$PLUGIN_DIR/Output
INSTALLS += target
|