From 1484cb76315984d4833b510bf9b4e65af4ca696e Mon Sep 17 00:00:00 2001 From: Venu Date: Mon, 1 Jul 2013 15:14:00 +0200 Subject: Updated the example to use SVG content and Qt Quick controls. Using sensors module and svg content in a Qt Quick app has been tricky so far as the C++ plug-in dependencies are not detected automatically by creator. This change is intended to make the app suitable for a tutorial explaining how to create a Qt Quick app for Android. Change-Id: I05b7413b1224e009ae739cf7a16181519cab7619 Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/sensors/sensors.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/sensors/sensors.pro') diff --git a/examples/sensors/sensors.pro b/examples/sensors/sensors.pro index 1c3f8d00..6b994b85 100644 --- a/examples/sensors/sensors.pro +++ b/examples/sensors/sensors.pro @@ -4,11 +4,13 @@ SUBDIRS += grue qtHaveModule(quick) { SUBDIRS += \ - accelbubble \ qmlsensorgestures \ qmlqtsensors \ sensor_explorer \ shakeit + + qtHaveModule(svg): SUBDIRS += \ + accelbubble } qtHaveModule(widgets): SUBDIRS += \ -- cgit v1.2.3