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

CONFIG += strict_flags

TARGET = annotatedurl

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

HEADERS  += mainwindow.h \
    annotatedurl.h

FORMS    += mainwindow.ui

target.path = $$[QT_INSTALL_EXAMPLES]/nfc/annotatedurl
INSTALLS += target