summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 25363c708b2948bc6da6894bbcf7e7bc98f1f784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%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
);
%deprecatedheaders = (
    "QtBluetooth" => {
        "qbluetoothglobal.h" => "QtBluetooth/qtbluetoothglobal.h"
    },
    "QtNfc" => {
        "qnfcglobal.h" => "QtNfc/qtnfcglobal.h"
    }
);

@ignore_for_include_check = (

    # BlueZ & OBEX auto-generated headers
    "adapter1_bluez5_p.h", "adapter_p.h", "agent_p.h", "device1_bluez5_p.h",
    "device_p.h", "manager_p.h", "obex_agent_p.h", "obex_client1_bluez5_p.h",
    "obex_client_p.h", "obex_manager_p.h", "obex_objectpush1_bluez5_p.h",
    "obex_transfer1_bluez5_p.h", "obex_transfer_p.h", "objectmanager_p.h",
    "profile1_p.h", "properties_p.h", "service_p.h", "gattchar1_p.h",
    "gattdesc1_p.h", "gattservice1_p.h", "profilemanager1_p.h", "battery1_p.h",
    # NFC auto-generated headers
    # Note: "adapter_p.h", "agent_p.h" and "manager_p.h" are duplicated here
    "dbusobjectmanager_p.h", "dbusproperties_p.h", "tag_p.h");