Hello,
I am using QT version 3.1.1. My issue is whenever I use a KDE tool like KDateWidget,KLineEdit etc.. , I get segmentation fault while running the program. I included /usr/include/kde and used the library kdeui ( I manually added this into the Makefile created using qmake. Every time I create the Makefile ,I add these entries manually,then it compiles). I got no help from QT Manual. This is the error I am getting when I tried gdb.
"0x40d4c902 in KInstance::config() const () from /usr/lib/libkdecore.so.4 " Please help.