blob: 36d815f97b336826df4e032b648c4c9eaa7eabfc [file] [log] [blame]
QT = core bluetooth quick
android: QT += androidextras #see QTBUG-61392
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