summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 7ebb6a01b172810c2d888363e51c9c11543eb0e2 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
CONFIG  += ordered
SUBDIRS = bluetooth imports

# The Qt NFC module is currently not supported.  The API is not finalized and may change.
# The Qt NFC module can be built by passing CONFIG+=nfc to qmake.
nfc {
    message("Building unsupported Qt NFC module, API is not finalized and may change.")
    SUBDIRS += nfc
}