summaryrefslogtreecommitdiffstats
path: root/examples/annotatedurl/annotatedurl.pro
blob: c9a22afa34932aef6088368068e3660b25d2793f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += nfc widgets

CONFIG += strict_flags

INCLUDEPATH += $$PWD/../../src/connectivity/nfc
DEPENDPATH += $$PWD/../../src/connectivity/nfc

TARGET = annotatedurl

SOURCES += main.cpp \
    mainwindow.cpp \
    annotatedurl.cpp

HEADERS  += mainwindow.h \
    annotatedurl.h

FORMS    += mainwindow.ui