Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Everything is simple there - rebuild Qt-5.3/Qt-5.2 itself with the -static option and, preferably, with the icu library disabled (it takes a lot), and then compile your program statically using the newly minted toolkit.
You can read more here .
Don't forget to statically tie in C++/C-Runtime libraries from MSVC. I don't know how this is done in MSVC, in MinGW it's elementary:
QMAKE_LFLAGS += -static -static-libgcc -static-libstdc++
By the way, with a static build, QtWebkit will not build. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question