PDA

View Full Version : Error whiile executing the generated executable



viren.ec
22nd July 2009, 14:00
Hi,

I have created an executable using qmake and make on qt 4.5. It runs on my pc. But when I tried to run the executable on other machine having qt 4.3 it gives error.

Does it require qt 4.5 on other machine also?

Please, Let me know what might be the problems.

Thanks in Advance.

-Viren

wysota
22nd July 2009, 14:13
What exactly is the error? Basically if you compile the program using Qt4.5, you should have Qt 4.5 available on target machines as you may be using classes that were not present in earlier releases of Qt.

ber0y
22nd July 2009, 14:14
yes you need the same qt-DLL to execute the prog