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

CONFIG += strict_flags

TARGET = annotatedurl

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

HEADERS  += mainwindow.h \
    annotatedurl.h

FORMS    += mainwindow.ui