QtMobility Reference Documentation

sfwecho_client.pro Example File

sfwecho/sfwecho_client/sfwecho_client.pro
 TARGET = sfwecho_client
 INCLUDEPATH += ../../../src/serviceframework
 DEPENDPATH += ../../../src/serviceframework
 include(../../mobility_examples.pri)
 QT = core \
     gui
 TEMPLATE = app
 CONFIG += mobility
 MOBILITY = serviceframework
 HEADERS +=
 SOURCES += main.cpp

 symbian|maemo*|wince* {
     FORMS += sfwecho_client_mobile.ui
 }
 else {
     FORMS += sfwecho_client.ui
 }
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.