summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-02-27 16:53:44 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-01 10:06:15 +0100
commit0ff02efefc6b47112f8db2959baa125d546ec63a (patch)
tree93bd7c371b64451f58ef3d091744093484f6ae5c /src/src.pro
parent86f234ad2de4b25eb394739ecf672132904496e2 (diff)
Remove/disable QtNFC from Qt 5.0.
Currently there is no way of verifying the QtNFC API. This decision will be revisited by future Qt releases. Furthermore there will be no commitment that the re-enabled QtNFC API will be source or binary compatible to the version disabled by this commit. Change-Id: I9aea986189d48b5c2368ce6b2c7ff20e2c94f2f8 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Oliver Woltermann <oliver.woltermann@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 040da1fd..4f20fe20 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,9 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = bluetooth nfc imports
+
+SUBDIRS = bluetooth
+
+#The Qt NFC module is currently not supported
+#SUBDIRS += nfc
+
+SUBDIRS += imports