QtMobility Reference Documentation

sfwecho_client2.pro Example File

sfwecho/sfwecho_client2/sfwecho_client2.pro
 TARGET = sfwecho_client2
 INCLUDEPATH += ../../../src/serviceframework
 DEPENDPATH += ../../../src/serviceframework
 include(../../mobility_examples.pri)
 QT = core \
     gui
 TEMPLATE = app
 CONFIG += mobility
 MOBILITY = serviceframework
 HEADERS +=
 SOURCES += ../sfwecho_client/main.cpp
 symbian {
     TARGET.CAPABILITY = ALL \
         -TCB
     FORMS += ../sfwecho_client/sfwecho_client_mobile.ui
     INCLUDEPATH += .
 }
 else:FORMS += ../sfwecho_client/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.