I made a qt program on Windows XP and it runs great. Now when I try to run that program on Ubuntu 10.10 , it gives me error “Not Supported”. I have included all the required QT libraries and .dll files required to make the program portable are present in the folder of the program but its of no use.. I am using QT 4.7.
Thanks
You will have to recompile it with QT Creator under linux. Take care of 32 and 64 bit if it should be portable. QT is generally cross plattform but your windows executables are not.