summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: d193d5ac2cac3b154df20324acece5d3c9a41414 (plain)
1
2
3
4
5
6
%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
);