QtMobility Reference Documentation

btchat.pro Example File

btchat/btchat.pro
 TARGET = btchat

 INCLUDEPATH += ../../src/connectivity/bluetooth
 DEPENDPATH += ../../src/connectivity/bluetooth

 include(../mobility_examples.pri)

 CONFIG += mobility
 MOBILITY = connectivity

 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

 symbian {
     TARGET.CAPABILITY = LocalServices UserEnvironment ReadUserData WriteUserData NetworkServices NetworkControl ReadDeviceData WriteDeviceData SwEvent
 }
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.