btchat.pro Example File

btchat/btchat.pro
TEMPLATE = app
TARGET = btchat
QT = core bluetooth widgets
android: QT += androidextras
SOURCES = \
    main.cpp \
    chat.cpp \
    remoteselector.cpp \
    chatserver.cpp \
    chatclient.cpp
HEADERS = \
    chat.h \
    remoteselector.h \
    chatserver.h \
    chatclient.h
FORMS = \
    chat.ui \
    remoteselector.ui
target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/btchat
INSTALLS += target