summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/chat/chat.pro
blob: 5cf6ab9fd339a360d648dae840f31dc8b85c00c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT = core bluetooth quick
SOURCES += qmlchat.cpp

TARGET = qml_chat
TEMPLATE = app

RESOURCES += \
    chat.qrc

OTHER_FILES += \
    chat.qml \
    InputBox.qml \
    Search.qml \
    Button.qml

#DEFINES += QMLJSDEBUGGER