summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/nfc.pro
blob: e2ec1b9ec1aeaaf4f0c468dc45da999789df58aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CXX_MODULE = connectivity
TARGET  = declarative_nfc
TARGETPATH = QtNfc
IMPORT_VERSION = 5.6

QT = core qml 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

load(qml_plugin)