summaryrefslogtreecommitdiffstats
path: root/examples/nfc/corkboard/corkboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/corkboard/corkboard.pro')
-rw-r--r--examples/nfc/corkboard/corkboard.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/nfc/corkboard/corkboard.pro b/examples/nfc/corkboard/corkboard.pro
index d6247032..8c9b05b2 100644
--- a/examples/nfc/corkboard/corkboard.pro
+++ b/examples/nfc/corkboard/corkboard.pro
@@ -12,3 +12,10 @@ RESOURCES += \
OTHER_FILES += \
corkboards.qml \
Mode.qml
+
+android:!android-no-sdk {
+OTHER_FILES += \
+ android/AndroidManifest.xml
+
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
+}