summaryrefslogtreecommitdiffstats
path: root/src/nfc/nfc.pro
diff options
context:
space:
mode:
authorPeter Rustler <peter.rustler@basyskom.com>2015-03-02 15:58:40 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-18 08:46:35 +0000
commit55aab6b68bf4991fb133b5f7066a07554e3c5b3e (patch)
tree0fa4192391379d04a19f9dce1da46c70e57fe2a8 /src/nfc/nfc.pro
parentcace1dd0a88245129ebef2e98f13749f2f31fa4f (diff)
Add the feature to get the nfc intent that startet the app
To support this one have to add a AndroidManifest.xml file to the project. In that file an intent filter should be added to get nfc intents while in backround.. The corkboard example was extended to have an example for this new feature. Change-Id: I108afd88f9e5a548d62245591ebef11de8eb0d81 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/nfc/nfc.pro')
-rw-r--r--src/nfc/nfc.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro
index 9ef57dad..65a746d9 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -153,7 +153,7 @@ CONFIG(blackberry) {
ANDROID_JAR_DEPENDENCIES = \
jar/QtNfc.jar:org.qtproject.qt5.android.nfc.QtNfc
DEFINES += ANDROID_NFC
- QT += core-private
+ QT += core-private gui
PRIVATE_HEADERS += \
qllcpserver_android_p.h \