summaryrefslogtreecommitdiffstats
path: root/src/nfc/nfc.pro
diff options
context:
space:
mode:
authorPeter Rustler <peter.rustler@basyskom.com>2015-01-07 12:54:32 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-02 08:01:34 +0000
commitdc86d37695458b07fdf670863e9fedfa5bccea87 (patch)
treee604378f46dd16b29a3f790e8a8086be868567df /src/nfc/nfc.pro
parent0b502a8e1a4e5c61e1136967dbeb02589f927f58 (diff)
Cleanup of directory structure and pro files for NFC for Android
After squashing the nfc related build files were in folder jar. This should be named nfc. Additionally the files in that folder became a cleanup and missing values in pro/pri/xml files were added. Change-Id: I2da12c516b3cce6c4f7a7c35b37316ed343a5782 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/nfc/nfc.pro')
-rw-r--r--src/nfc/nfc.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro
index fd772f0e..20caba7b 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -152,11 +152,13 @@ simulator {
0 {
android {
NFC_BACKEND_AVAILABLE = yes
+ ANDROID_PERMISSIONS = \
+ android.permission.NFC
ANDROID_BUNDLED_JAR_DEPENDENCIES = \
jar/QtNfc-bundled.jar:org.qtproject.qt5.android.nfc.QtNfc
ANDROID_JAR_DEPENDENCIES = \
jar/QtNfc.jar:org.qtproject.qt5.android.nfc.QtNfc
- DEFINES += ANDROID_NFC #QQNXNFC_DEBUG
+ DEFINES += ANDROID_NFC
PRIVATE_HEADERS += \
qllcpserver_android_p.h \