summaryrefslogtreecommitdiff
path: root/examples/nfc/nfc.pro
blob: 49d54525ee78985866dc2fa12d947f33decdf9bd (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs
qtHaveModule(widgets) {
    SUBDIRS += annotatedurl
}
qtHaveModule(quickcontrols2) {
     SUBDIRS += ndefeditor
}