From 29ba8297443cf76d4f647bde329d62c2a567c709 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 24 Aug 2011 14:09:22 +1000 Subject: Initial commit. From qt5connectivity.tar.gz, md5 317c149d6f8c07d09632353188582834 --- sync.profile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 00000000..449c3943 --- /dev/null +++ b/sync.profile @@ -0,0 +1,33 @@ +%modules = ( # path to module name map + "QtBluetooth" => "$basedir/src/bluetooth", + "QtNfc" => "$basedir/src/nfc", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( + "qtbluetoothversion.h" => "QtBluetoothVersion", + "qtnfcversion.h" => "QtNfcVersion", +); +%mastercontent = ( + "bluetooth" => "#include \n", + "nfc" => "#include \n", +); +%modulepris = ( + "QtBluetooth" => "$basedir/modules/qt_bluetooth.pri", + "QtNfc" => "$basedir/modules/qt_nfc.pri", +); +# Module dependencies. +# Every module that is required to build this module should have one entry. +# Each of the module version specifiers can take one of the following values: +# - A specific Git revision. +# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) +# +%dependencies = ( + "qtbase" => "refs/heads/master", + "qtserviceframework" => "refs/heads/master", +); + +# Compile tests +%configtests = ( + "bluez" => {}, +); -- cgit v1.2.3