summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 8c54e4fb790cbaeb8984cd5075423ee4e2071247 (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
28
TEMPLATE = subdirs

SUBDIRS += bluetooth nfc
android {
    SUBDIRS += android
    android.depends += bluetooth nfc
}

contains(QT_CONFIG, private_tests) {
    bluetooth_doc_snippets.subdir = bluetooth/doc/snippets
    bluetooth_doc_snippets.depends = bluetooth

    nfc_doc_snippets.subdir = nfc/doc/snippets
    nfc_doc_snippets.depends = nfc

    SUBDIRS += bluetooth_doc_snippets nfc_doc_snippets
}

qtHaveModule(quick) {
    imports.depends += bluetooth nfc
    SUBDIRS += imports
}

include($$OUT_PWD/bluetooth/qtbluetooth-config.pri)
QT_FOR_CONFIG += bluetooth-private
qtConfig(bluez):qtHaveModule(dbus) {
    SUBDIRS += tools/sdpscanner
}