summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-10-07 08:23:11 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-10-07 12:45:27 +0200
commitd2475bdd4cbb9a70abf19db465ddbdbf29591568 (patch)
treeb443173056e76ef062a9f4e30b9ae047b9cf3ff9
parentc7bd3131a8854814d59881339ac1d7a4af3c9863 (diff)
downloadqtmultimedia-d2475bdd4cbb9a70abf19db465ddbdbf29591568.tar.gz
Fix build with ALSA in non-system location
This amends commit f0ea2641. Fixes: QTBUG-79014 Change-Id: Ib04d844ef64e335785408dc8d7e512a5a3651655 Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-rw-r--r--src/plugins/alsa/alsa.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/alsa/alsa.pro b/src/plugins/alsa/alsa.pro
index 56657f100..4012bb8f6 100644
--- a/src/plugins/alsa/alsa.pro
+++ b/src/plugins/alsa/alsa.pro
@@ -1,7 +1,7 @@
TARGET = qtaudio_alsa
QT += multimedia-private
-LIBS += -lasound
+QMAKE_USE += alsa
HEADERS += \
qalsaplugin.h \