In an article in FAQ I read that I need to determine if Qt is built statically.
It went on to how, which was to type the following into command prompt while in Qt install folder…
cd C:\path\to\Qt
configure -static // something about other flags here
Unfortunately I do not have a configure, either .bat, .exe or .com, either anywhere in Qt path or indeed anywhere on my computer.
My goal is to statically link all possible dependencies to my final executable..
I use Vs 2010 with add-in (all works fine and correctly to the best of my knowledge)
The Qt I downloaded was for my 32 win7 with vs2010 install binary.
Appreciate any help.
↧