summaryrefslogtreecommitdiffstats
path: root/src/nfc/nfc.pro
diff options
context:
space:
mode:
authorStuart Burge <sburge@blackberry.com>2013-06-19 11:03:25 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-02 08:59:42 +0200
commitdb2fc63155e8c821f5c6c751a33974cab9cb4ed3 (patch)
tree2b4265f74d2c285c21c46dc2c3d9418584bec986 /src/nfc/nfc.pro
parent1dce1dd4dda63d7b309710114f5d1eea69a52449 (diff)
Add support for NFC smart poster
Provide ability to construct a smart poster record from an NDEF record and get/set smart poster specific values. The record can be used as part of an NDEF message for transmission via NFC or writing to a tag Task-number: QTBUG-31738 Change-Id: I2f7ff287d7c732a3fb3ec7c5c6a7b8f50f13ab1d Reviewed-by: Alex <alexander.blasche@digia.com>
Diffstat (limited to 'src/nfc/nfc.pro')
-rw-r--r--src/nfc/nfc.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro
index f92120ce..61c63a68 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -21,14 +21,16 @@ PUBLIC_HEADERS += \
qnearfieldtagtype3.h \
qnearfieldtagtype4.h \
qllcpserver.h \
- qdeclarativendefrecord.h
+ qdeclarativendefrecord.h \
+ qndefnfcsmartposterrecord.h
PRIVATE_HEADERS += \
qndefrecord_p.h \
qnearfieldtarget_p.h \
qnearfieldmanager_p.h \
qtlv_p.h \
- checksum_p.h
+ checksum_p.h \
+ qndefnfcsmartposterrecord_p.h
SOURCES += \
qnearfieldmanager.cpp \
@@ -45,7 +47,8 @@ SOURCES += \
qnearfieldtagtype4.cpp \
qtlv.cpp \
qllcpserver.cpp \
- qdeclarativendefrecord.cpp
+ qdeclarativendefrecord.cpp \
+ qndefnfcsmartposterrecord.cpp
maemo6|meego {
NFC_BACKEND_AVAILABLE = yes