blob: 54f94d0214446764033d9a214680a06d4a16570b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
include(../mobility_examples.pri)
CONFIG += mobility strict_flags
MOBILITY += connectivity
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
symbian:TARGET.CAPABILITY += LocalServices
|