QtMobility Reference Documentation

ndefeditor.pro Example File

ndefeditor/ndefeditor.pro
 include(../mobility_examples.pri)

 CONFIG += mobility strict_flags
 MOBILITY += connectivity

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

 QT += core gui

 TARGET = ndefeditor
 TEMPLATE = app

 SOURCES += \
     main.cpp \
     mainwindow.cpp \
     textrecordeditor.cpp \
     urirecordeditor.cpp \
     mimeimagerecordeditor.cpp

 HEADERS += \
     mainwindow.h \
     textrecordeditor.h \
     urirecordeditor.h \
     mimeimagerecordeditor.h

 FORMS += \
     mainwindow.ui \
     textrecordeditor.ui \
     urirecordeditor.ui \
     mimeimagerecordeditor.ui

 symbian:TARGET.CAPABILITY += LocalServices
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.