summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors/grue/console_app/console_app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/QtSensors/grue/console_app/console_app.pro')
-rw-r--r--examples/QtSensors/grue/console_app/console_app.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/QtSensors/grue/console_app/console_app.pro b/examples/QtSensors/grue/console_app/console_app.pro
new file mode 100644
index 00000000..33d43176
--- /dev/null
+++ b/examples/QtSensors/grue/console_app/console_app.pro
@@ -0,0 +1,6 @@
+TEMPLATE=app
+TARGET=detect_grue
+CONFIG += console
+QT=core sensors
+SOURCES=main.cpp
+