From f60838dcfd30c27ac0c8925f605a5f3c9eb7fc6c Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Fri, 12 Aug 2011 13:41:39 +1000 Subject: Added first implementation of declarative radio element Simply uses and mirrors radio tuner API directly. Also added an example which uses the new Radio element, the example should be functional, but cannot be tested on current setup (lack of actual radio tuner). Change-Id: I0f724ef239f65aef9c0640d4a3a9fa0d2e7242ed Reviewed-on: http://codereview.qt.nokia.com/2890 Reviewed-by: Qt Sanity Bot Reviewed-by: Michael Goddard --- examples/examples.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 2a1a2338e..750d1f075 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -15,5 +15,6 @@ SUBDIRS += \ contains(QT_CONFIG, declarative) { disabled:SUBDIRS += declarative-camera + SUBDIRS += declarative-radio } -- cgit v1.2.3