From 4e04cda0e600f4e3bb148956ba631647a5c1fa4c Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 4 Oct 2011 15:14:01 +1000 Subject: Grue Sensor example Updated, documented as an example. Now with a QML import and a QML app. Fixes: MTMW-85 Change-Id: I06772cf4a07ea0d2ec7bfccda6e8f51b5d866c20 Reviewed-on: http://codereview.qt-project.org/6016 Reviewed-by: Lincoln Ramsay --- examples/sensors/grue/grue.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/sensors/grue/grue.pro (limited to 'examples/sensors/grue/grue.pro') diff --git a/examples/sensors/grue/grue.pro b/examples/sensors/grue/grue.pro new file mode 100644 index 00000000..5af352bc --- /dev/null +++ b/examples/sensors/grue/grue.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs + +SUBDIRS += lib plugin console_app +SUBDIRS += import #qml_app + +plugin.depends = lib +import.depends = lib + -- cgit v1.2.3