how and where to include QT XML support
hello all
i m working with kdevelop 3.2.2 and qt4.2 integrated......
someone please tell how to include XML support....
i have already figured out that it's suppose to be included in qmake profile.... the problem is how to locate that qmake profile....
please help
thanking u in anticipation..
Re: how and where to include QT XML support
This is the file with a ".pro" extension. Add a QT+=xml line there.
Re: how and where to include QT XML support
I suggest you update to a newer version of KDevelop. AFAIK, Qt4 support was significantly improved in 3.4. It's also a good practice to maintain the .pro file even if you use an IDE of any kind to write your project.