I'm trying to build my application, I want to open it without Qt Creator, like a normal software on windows.
I read in a forum that I have to copy to the "release" directory the libraries: QtCore4.dll, QtGui4.dll. I did it and it worked with another of my applications.
Now in my HTML Editor I work with a QWebView object, and I need the QtWebKit4.dll library.
Then, when I copy the file into the directory I get an error:
But, when I open the application in Qt Creator, it works fine.
Sorry, I solved the problem. I copied QtNetwork4.dll and it worked.
Thanks
Bookmarks