I made deb file with QT 5.4 by adding PrintSupport, OpenGL Qt5 module in cmake list file and installed the deb into my machine.

Qt 5.4 app executable unable to start and not giving any error ( I think it crashes) but when I replace the same executable with execubale which I made from Qt creator then it is working.

What I think is that Qt creator build taking reference of the QT5.4 installation and deb build taking the reference from the my machine's installed .so files. that Is why I am getting this issue.

If any one has idea about the issue then please suggest me to resolve the issue.

Thanks.