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

SUBDIRS += bluetooth nfc
android: SUBDIRS += android

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

    !contains(QT_BUILD_PARTS, examples) {
        bluetooth_doc_snippets.CONFIG = no_default_target no_default_install
        nfc_doc_snippets.CONFIG = no_default_target no_default_install
    }

    SUBDIRS += bluetooth_doc_snippets nfc_doc_snippets
}

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