summaryrefslogtreecommitdiffstats
path: root/src/nfc/nfc.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-08-21 14:30:13 +0200
committerOliver Wolff <oliver.wolff@qt.io>2017-08-30 13:33:13 +0000
commit4b03570f2ab82889305db88092b8612af5d812a0 (patch)
tree134c0621f6cb583ef9b7aa96e6ff2fd380c0e9cc /src/nfc/nfc.pro
parent36997810d9fec492635152be89efaa55208e224a (diff)
Rename qnfcglobal.h to qtnfcglobal.h
... and deprecate the former. By doing so we get the header file in line with other modules - see qtnetworkglobal.h for example. The include is not used in the examples so it is removed there. Change-Id: If6d30e7a821b60f12768a963990937c46f21f4c7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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 d3053115..9a57d259 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -5,7 +5,7 @@ QMAKE_DOCS = $$PWD/doc/qtnfc.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
PUBLIC_HEADERS += \
- qnfcglobal.h \
+ qtnfcglobal.h \
qnearfieldmanager.h \
qnearfieldtarget.h \
qndefrecord.h \