[Solved] Different WebKit version after compilation
-
Hello,
I have two Qt versions installed on my computer. Qt-4.6 and Qt-4.8.
I created a project in QtCreator which is configured with the 4.8. I program uses QWebKit and when I run it from QtCreator, it works with the version 534.34 of WebKit.
Unfortunately when I run the generated exe webkit version is 532.4.
I looked into the Makefile and it does use the 4.8 version.
I don't understand what is wrong...