sfwecho_client.pro Example Filesfwecho/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
}
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|















