I have created a C++ project in KDevelop. I included the qdom.h header file to the project. In the complier options I added the option -I /usr/lib/qt-3.0.5/include. In the linker option I added the option -L /usr/lib/qt-3.0.5/lib/libqt.so. But the project is not building properly. What to do next??