summaryrefslogtreecommitdiffstats
path: root/sync.profile
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 /sync.profile
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 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index e87236d4..439903e8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,20 +1,20 @@
%modules = ( # path to module name map
"QtBluetooth" => "$basedir/src/bluetooth",
- "QtNfc" => "$basedir/src/nfc",
+# "QtNfc" => "$basedir/src/nfc",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qtbluetoothversion.h" => "QtBluetoothVersion",
- "qtnfcversion.h" => "QtNfcVersion",
+# "qtnfcversion.h" => "QtNfcVersion",
);
%mastercontent = (
"bluetooth" => "#include <QtBluetooth/QtBluetooth>\n",
- "nfc" => "#include <QtNfc/QtNfc>\n",
+# "nfc" => "#include <QtNfc/QtNfc>\n",
);
%modulepris = (
"QtBluetooth" => "$basedir/modules/qt_bluetooth.pri",
- "QtNfc" => "$basedir/modules/qt_nfc.pri",
+# "QtNfc" => "$basedir/modules/qt_nfc.pri",
);
# Module dependencies.
# Every module that is required to build this module should have one entry.