PDA

View Full Version : how and where to include QT XML support



pratik
5th July 2007, 10:24
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..

wysota
5th July 2007, 10:40
This is the file with a ".pro" extension. Add a QT+=xml line there.

jpn
5th July 2007, 10:44
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.