summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/nfc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nfc/nfc.pro')
-rw-r--r--src/imports/nfc/nfc.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/imports/nfc/nfc.pro b/src/imports/nfc/nfc.pro
new file mode 100644
index 00000000..5ad84d2f
--- /dev/null
+++ b/src/imports/nfc/nfc.pro
@@ -0,0 +1,32 @@
+TARGET = declarative_nfc
+TARGETPATH = QtNfc
+
+include(qnfcimport.pri)
+target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+DESTDIR = $$QT.nfc.imports/$$TARGETPATH
+INSTALLS += target
+
+qmldir.files += $$PWD/qmldir
+qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+INSTALLS += qmldir
+
+QT += declarative nfc
+
+# Input
+HEADERS += \
+ qdeclarativenearfieldsocket_p.h \
+ qdeclarativenearfield_p.h \
+ qdeclarativendeffilter_p.h \
+ qdeclarativendeftextrecord_p.h \
+ qdeclarativendefurirecord_p.h \
+ qdeclarativendefmimerecord_p.h
+
+SOURCES += plugin.cpp \
+ qdeclarativenearfieldsocket.cpp \
+ qdeclarativenearfield.cpp \
+ qdeclarativendeffilter.cpp \
+ qdeclarativendeftextrecord.cpp \
+ qdeclarativendefurirecord.cpp \
+ qdeclarativendefmimerecord.cpp
+
+INSTALLS += qmldir