summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/console_app/console_app.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-04 15:14:01 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commit4e04cda0e600f4e3bb148956ba631647a5c1fa4c (patch)
tree5dd8a0f2e2a0b2cdc8075f05a66cb1f6689e51c4 /examples/sensors/grue/console_app/console_app.pro
parent93be0e5c0fd1694b0868187ed3daa006dfa4bd79 (diff)
downloadqtsensors-4e04cda0e600f4e3bb148956ba631647a5c1fa4c.tar.gz
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 <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/grue/console_app/console_app.pro')
-rw-r--r--examples/sensors/grue/console_app/console_app.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/sensors/grue/console_app/console_app.pro b/examples/sensors/grue/console_app/console_app.pro
new file mode 100644
index 0000000..fefc015
--- /dev/null
+++ b/examples/sensors/grue/console_app/console_app.pro
@@ -0,0 +1,5 @@
+TEMPLATE=app
+TARGET=detect_grue
+QT=core sensors
+SOURCES=main.cpp
+