summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: e2ed3c883d6455d5deb7bfc06970ea4214c31cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

SUBDIRS += bluetooth nfc
android: SUBDIRS += android

bluetooth_doc_snippets.subdir = bluetooth/doc/snippets
bluetooth_doc_snippets.depends = bluetooth
SUBDIRS += bluetooth_doc_snippets

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

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