Problems with graphics after deploying a QT application in a windows XP machine
-
wrote on 7 Mar 2011, 13:10 last edited by
Morning community.
I have some problems after deploying a QT application in another machine.
I've built a QT application up with an intensive use of Graphics (QImage).
The application runs well in the machine where I built up the application. The application shows graphics perfectly.
The main QT class used to show graphics is QImage.
After deploying this application in another machine (XP Home Edition) the graphics don't appear.
I've copied in the main directory Q4GUI.dll and Q4Core.dll, but....
Probably I'm missing something probably related with OpenGl libraries, but I don't find any reference in any forum or guide.
Can please someone advise me?Thanks a lot.
-
wrote on 7 Mar 2011, 13:58 last edited by
-you have to deploy the "C:\Qt\plugins\imageformats" dir with a lot of dll's.
-you should create a "qt.conf" file in your application's dir, where "plugins" points to the parent dir of "imageformats" (you just copied) relative from the app's path:@[Paths]
plugins=./@"http://www.qtcentre.org/threads/32236-qt.conf-(again)-on-windows"
-
wrote on 7 Mar 2011, 14:15 last edited by
Thanks so much sir!!
I'll try this afternoon the solution.
I'll keep your posted. -
wrote on 9 Mar 2011, 18:49 last edited by
Finally it worked perfectly!.
Thanks so much for your support.
1/4