Hi! I've just installed the QWT library, and I'm trying to make my first simple program. Firstly, I had some problems that I couldn't compile my program. But I searched google and found that I have to add to my *.pro files the paths for INCLUDEPATH and LIBS. Then I added the proper paths to LD_LIBRARY_PATH and at last it compiled. But when I try to run the program, I get Segmentation Fault. I run it with gdb and got the info:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff780fab7 in ?? () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3
Could anyone help me with this problem?
Thanks in advance!