From f3d8f66116af4319650d8f3e7ca069275fdfa780 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Mon, 1 Oct 2012 13:28:16 +1000 Subject: Further porting of NFC module from mobility to Qt 5. Includes the following changes: * Conditionally enables building of the NFC module when qmake is run with CONFIG+=nfc. * Correctly build within the QtNfc namespace. * Fix compile errors in examples, enable building of NFC examples. * Fix compile errors in tests, enable building of NFC tests. Mark the some NFC tests as insignificant as they currently crash. Notably does not enable NFC documentation generation. Task-number: QTBUG-22015 Change-Id: I9ff170c45848c8f0215e9427797922f840c2f015 Reviewed-by: Alex --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 604a1cf7..c7f64203 100644 --- a/sync.profile +++ b/sync.profile @@ -1,6 +1,6 @@ %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 ); -- cgit v1.2.3