Quote Originally Posted by Raul View Post
But i have written a program in Qt4.6.2,and it can be compiled in Qt4.5
It can under the condition you only use code that is available to Qt4.5
If you use any new classes or members introduced in Qt4.6, you'll get compiler errors.