Viktor Szakáts wrote:
> 
> Sorry, but it's not the right solution.
> 
> As with all our 3rd party components we should 
> support what the user has on his system. The 
> lowest QT version Harbour supports is 4.5.0. Newer 
> versions of HBQT and Harbour must maintain support 
> for these older versions of QT. There can be a million 
> reason why someone needs to stay with 4.5, and 
> the installation of official mingw 4.5.0 is still 
> too painful for most users. Pls remember that some 
> users may prefer not to use the QT supplied mingw 
> version. It may work, but we "officially" recommend 
> the official mingw and tdm mingw builds.
> 
> For above reasons, all new 4.6.x features you introduce 
> support for in HBQT, _must_ always be properly guarded 
> using:
> 
> #if QT_VERSION >= 0x040600
> #endif
> 
> As another rule, the .prg level interfaces you 
> introduce for 4.6 must always be present even 
> when building against 4.5, but in this case they 
> should return permanent error or throw RTE.
> 

Should be easy. No problems.



-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14445-trunk-harbour-tp5019959p5022658.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to