summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/chat/chat.pro
blob: 7bc5c8bd23ec52e099c0eb4827fb4f455676e8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/chat
INSTALLS += target