aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/pulseaudio/pulseaudio.pro
blob: c60e4d1a9d00718e9d36d8334578edfa844b95f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../plugins.pri)

HEADERS += outputpulseaudiofactory.h \
           outputpulseaudio.h

SOURCES += outputpulseaudiofactory.cpp \
           outputpulseaudio.cpp


TARGET=$$PLUGINS_PREFIX/Output/pulseaudio
QMAKE_CLEAN =$$PLUGINS_PREFIX/Output/libpulseaudio.so

PKGCONFIG += libpulse-simple

RESOURCES = translations/translations.qrc

target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target