1
SOURCES += main.cpp
2
QT = core network
3
CONFIG -= app_bundle
4
CONFIG += console
5
6
symbian:TARGET.CAPABILITY="ALL -TCB"
7