summaryrefslogtreecommitdiffstats
path: root/examples/nfc/nfc.pro
blob: 0076a711dabe9ddff862211135e4dc11ce2d02fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
qtHaveModule(widgets) {
    SUBDIRS += \
        annotatedurl \
        ndefeditor
}
qtHaveModule(quick) {
    SUBDIRS += \
        poster
}

qtHaveModule(quick): SUBDIRS += corkboard