On Wednesday, January 04, 2012 14:22:55 Friedemann Kleint wrote: > Hi Stephen, > > A Happy New Year to you. > > > It failed because QFormBuilder is no longer available. Then I noticed > > that the entire designer library and interface is no longer available. > > > > Why was that done and can it be undone? > > Lars moved uitools, etc around (for module separation reasons, > basically), but it should still work (The libraries and includes are > still there). Could you be more precise? - Which code fails to compile?
Hi there, The code that fails to compile in this specific case uses QFormBuilder, which is public API in Qt4: http://doc.qt.nokia.com/4.8-snapshot/qformbuilder.html It is no longer public API along with everything here: http://doc.qt.nokia.com/4.8-snapshot/qtdesigner.html which will make lots of other code fail to compile. All the headers are now private and not installed. Thanks, -- Stephen Kelly <[email protected]> | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
