summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/grue.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/grue.pro')
-rw-r--r--examples/sensors/grue/grue.pro8
1 files changed, 8 insertions, 0 deletions
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
+