summaryrefslogtreecommitdiff
path: root/examples/sensors/maze/maze.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/maze.pro')
-rw-r--r--examples/sensors/maze/maze.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/sensors/maze/maze.pro b/examples/sensors/maze/maze.pro
index e4c4d86..f15fa57 100644
--- a/examples/sensors/maze/maze.pro
+++ b/examples/sensors/maze/maze.pro
@@ -1,16 +1,19 @@
TEMPLATE = app
TARGET = maze
-QT += quick
+QT += quick sensors
SOURCES = main.cpp
OTHER_FILES = \
components \
$$files(*.qml) \
$$files(*.js) \
- content
+ content \
+ android/AndroidManifest.xml
target.path = $$[QT_INSTALL_EXAMPLES]/sensors/maze
INSTALLS += target
RESOURCES += \
maze.qrc
+
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android