summaryrefslogtreecommitdiffstats
path: root/examples/nfc/nfc.pro
blob: ddf7456b882ecdb027f6723e8c3f4a8be56ae638 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
qtHaveModule(widgets) {
    SUBDIRS += \
        annotatedurl \
        ndefeditor \
        poster
}