ndefeditor.pro Example File
ndefeditor/ndefeditor.pro
  QT += nfc widgets
  requires(qtConfig(filedialog))
  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
  target.path = $$[QT_INSTALL_EXAMPLES]/nfc/ndefeditor
  INSTALLS += target