summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
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.