From 3dec5b3292428e327678eaaa9ac79666c3a928fd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 3 Jan 2019 01:10:01 -0500 Subject: libqtappfw: Add radio binding support Add initial support for the radio binding. At the moment, everything required for the current demo radio application is in place. Further development will be required to fill in support for changing bands and the stereo mode. Change-Id: I1b1866856ce8388b34624c14c692102c344a7a62 Signed-off-by: Scott Murray (cherry picked from commit 8053629c99f157e716a4560ef8d1e194d569d960) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cf3730f..e67a98e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ set (SUBDIRS mediaplayer network pbap + radio telephony weather) -- cgit 1.2.3-korg