Re: [Development] Question about Qt's future

2014-04-26 Thread André Pönitz
On Fri, Apr 25, 2014 at 10:21:04AM +0800, Sze Howe Koh wrote: > On 24 April 2014 00:35, André Pönitz wrote: > > On Wed, Apr 23, 2014 at 10:50:23PM +0800, Sze Howe Koh wrote: > >> QML is a declarative language > > > > Are you considering sequences of JavaScript statements, especially control > > fl

Re: [Development] Qt binaries with inlined functions

2014-04-26 Thread Dimitar Dobrev
        Hi,     That's right, MSVC inlines everything by default, and your suggestion is exactly what I need (with the clarification that I also need it for the OS X binaries, which are compiled with Clang and not GCC - I'm not sure about Clang's default behaviour about inlines). About the si

[Development] qtcore/qt.html is missing

2014-04-26 Thread İsmail Dönmez
Hi, Using latest Qt 5.30-msvc2013-x86 snapshot trying to look up Qt::Alignment in the Assitant results in: Error loading: qthelp://org.qt-project.qtwidgets.530/qtcore/qt.html#AlignmentFlag-enum And indeed qt.html does not exist under $INSTALL_PREFIX\5.3.0\Docs\Qt-5.3\qtcore , looks like a packag

Re: [Development] Qt binaries with inlined functions

2014-04-26 Thread Hausmann Simon
Hi, Isn't this also how msvc behaves by default? Then perhaps it would make sense to build with those flags by default with gcc for consistency. I wonder what the overhead in size is. Either way I think this should not be specific to qt-project.org binaries. Simon Fra: Dimitar Dobrev Sendt: 1

[Development] Qt binaries with inlined functions

2014-04-26 Thread Dimitar Dobrev
        Hello all,     I'd like to start a discussion about .https://bugreports.qt-project.org/browse/QTBUG-32995.Please share your thoughts.     Regards,     Dimitar Dobrev___ Development mailing list Development@qt-project.org http://lists.qt-proj