summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-03 01:41:36 -0500
committerScott Murray <scott.murray@konsulko.com>2019-01-03 01:50:47 -0500
commit8569d678e4f099b3f3296409244f0b230c09840e (patch)
tree509b6de46607af3e6f5ea0e525ba39344ba2b7c1 /app/app.pro
parentd5b8767eb46ebe1a4251561a3c496665d109ae43 (diff)
Switch to libqtappfw and pause mediaplayer on playflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4flounder
Having the radio application pause the mediaplayer was requested as a demo behavior improvement. To facilitate doing so, pull in the libqtappfw library to use its mediaplayer support. Additionally, rework the application QML to use the new libqtappfw radio binding support, in order to have playback state in the UI reflect the binding state (e.g. handle the mediaplayer application stopping playback via the binding). Change-Id: I43e4a7e874487bef4a63b25db3d55dac646c516e Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro
index d1e8274..c6e5c5a 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -5,7 +5,7 @@ HEADERS = PresetDataObject.h
SOURCES = main.cpp PresetDataObject.cpp
CONFIG += link_pkgconfig
-PKGCONFIG += libhomescreen qlibwindowmanager
+PKGCONFIG += libhomescreen qlibwindowmanager qtappfw
RESOURCES += \
radio.qrc \