Build fix for sailfish
SailTuner works basically with pulseaudio on Jolla phone
This commit is contained in:
parent
dcf28780b1
commit
497b6911a8
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
QT += qml quick gui multimedia dbus
|
QT += qml quick gui multimedia dbus
|
||||||
TARGET = harbour-sailtuner
|
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")\"
|
DEFINES += TARGET=\""$(TARGET")\"
|
||||||
|
|
||||||
PKGCONFIG += libpulse
|
PKGCONFIG += libpulse-simple
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
qml/sailfish.qrc \
|
qml/sailfish.qrc \
|
||||||
|
|
Loading…
Reference in a new issue