summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/picturetransfer/picturetransfer.pro
blob: 0eee46a2cc108d05dbd7e1f9b356a91ac51728fd (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
QT += quick bluetooth


TARGET = qml_picturetransfer
TEMPLATE = app

RESOURCES += \
    qmltransfer.qrc

OTHER_FILES += \
    bttransfer.qml \
    Button.qml \
    DeviceDiscovery.qml \
    PictureSelector.qml \
    FileSending.qml

HEADERS += \
    filetransfer.h

SOURCES += \
    filetransfer.cpp \
    main.cpp