Hi
I've compiled my app, but I can't execute it. It's a HTML Editor, I get this error when I try to open it:
http://img692.imageshack.us/img692/3971/dibujoqt.jpg
Printable View
Hi
I've compiled my app, but I can't execute it. It's a HTML Editor, I get this error when I try to open it:
http://img692.imageshack.us/img692/3971/dibujoqt.jpg
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.
http://img504.imageshack.us/img504/6892/dibujohlw.jpg
Then, when I copy the file into the directory I get an error:
http://img692.imageshack.us/img692/3971/dibujoqt.jpg
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