Hello friends,

I am using Qt 4.2 and Mingw compiler, I am using qmake -project option to build my application , in my program i am using network stuff,

For that i need to add the following line in my .pro file at every time i build my application using project option,

QT+=network

Is there any way to write script to change .pro file ,so that i can able to add the above line into .pro file,

Thanks
Rajesh.S