From 497b6911a831405cb0780377854e07aa4c8937ac Mon Sep 17 00:00:00 2001 From: Louis-Joseph Fournier Date: Tue, 5 Jan 2016 15:38:43 +0100 Subject: [PATCH] Build fix for sailfish SailTuner works basically with pulseaudio on Jolla phone --- harbour-sailtuner.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour-sailtuner.pro b/harbour-sailtuner.pro index a17e899..934c233 100644 --- a/harbour-sailtuner.pro +++ b/harbour-sailtuner.pro @@ -1,11 +1,11 @@ QT += qml quick gui multimedia dbus TARGET = harbour-sailtuner -CONFIG += c++11 sailfishapp sailfishapp_i18n sailfishapp_no_deploy_qml link_pkgconfig +CONFIG += c++11 link_pkgconfig sailfishapp sailfishapp_i18n sailfishapp_no_deploy_qml DEFINES += TARGET=\""$(TARGET")\" -PKGCONFIG += libpulse +PKGCONFIG += libpulse-simple RESOURCES += \ qml/sailfish.qrc \