Hi,

I've developed a program which is working when qt is present.
I've deployed the executable file(.pro) in another system where qt is not present, and i've copied the related library files(using 'ldd file') . When i'm running the program, it is giving 'segmentation fault'. Please give some solutions of how to create an executable.