summaryrefslogtreecommitdiffstats
path: root/examples/ndefeditor/ndefeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ndefeditor/ndefeditor.pro')
-rw-r--r--examples/ndefeditor/ndefeditor.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/ndefeditor/ndefeditor.pro b/examples/ndefeditor/ndefeditor.pro
new file mode 100644
index 00000000..8ed0d7e5
--- /dev/null
+++ b/examples/ndefeditor/ndefeditor.pro
@@ -0,0 +1,28 @@
+INCLUDEPATH += $$PWD/../../src/connectivity/nfc
+DEPENDPATH += $$PWD/../../src/connectivity/nfc
+
+QT += nfc widgets
+
+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