I want to embed qtwebkit in my pure c windows GUI application.
Are there any examples, sample code on how to do this or is it just not possible? I know its very easy to do inside a QT application but I want to keep my development in C (which can be compiled with a free c compiler).
(searched google for several days without any luck).