On Wednesday 02 December 2009 01:33, David Emerson wrote: > I have libqt4intf.so.5.1.72 which I believe is the latest. > > However I also have libqt4 4.4.3 which is < 4.5 mentioned on the > libqt4intf page.
Then you cannot use libqt4intf.so.5.1.72, you must use older one eg. 1.70 and compile lazarus with QT_USE_44 if you have qt-4.4. I know that there was a mess before 0.9.29 since we supported 3 qt versions. 1.Qt-4.3 - default 2.Qt-4.4 - USE_QT_44 3.Qt-4.5 - USE_QT_45 libqt4intf.so.5.1.72 is the latest and supports >= qt-4.5, and also IFDEF's are removed (and won't be added again). Those bindings works fine with 4.6 ... so next change in bindings could be around qt-4.7 ... so maybe in next 12 months. zeljko -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
