File: chat.pro

package info (click to toggle)
qtconnectivity-opensource-src 5.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,148 kB
  • sloc: cpp: 55,193; java: 2,022; xml: 815; ansic: 202; sh: 22; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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