PDA

View Full Version : I can't open my application



alextavara
8th December 2009, 05:58
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

yogeshgokul
8th December 2009, 07:07
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
Please provide more information regarding your problem.

alextavara
8th December 2009, 16:24
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.

alextavara
8th December 2009, 16:27
Sorry, I solved the problem. I copied QtNetwork4.dll and it worked.
Thanks