summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/ndefeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/ndefeditor/ndefeditor.pro')
-rw-r--r--examples/nfc/ndefeditor/ndefeditor.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/nfc/ndefeditor/ndefeditor.pro b/examples/nfc/ndefeditor/ndefeditor.pro
index 4b81c17c..c653214f 100644
--- a/examples/nfc/ndefeditor/ndefeditor.pro
+++ b/examples/nfc/ndefeditor/ndefeditor.pro
@@ -23,5 +23,12 @@ FORMS += \
urirecordeditor.ui \
mimeimagerecordeditor.ui
+android {
+ ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
+
+ DISTFILES += \
+ android/AndroidManifest.xml
+}
+
target.path = $$[QT_INSTALL_EXAMPLES]/nfc/ndefeditor
INSTALLS += target