I am unable to run the even the HelloWorld.exe outside QT. I coded it through QT creator 5.4.2. From QTcreator build and run works fine. But when I am trying to run the generated executable out side QT, i mean directly on desktop, it keeps on giving me error like, missing library.
From net search I cam to know I need to do some static build. Please help me in this. Please describe step 0 to N cleanly so that I or other will not face any problem.
I am using Windows and I have MSVC2010. Help in from ground 0 step to till execution of helloworld.exe out side qtcreator.
Thanks