Re: [Development] The place of QML

2012-05-13 Thread Turunen Tuukka
> > > >> You're correct that this is how business works: Nokia's business is >> selling mobile devices (and services) - Digia's is in selling >> consultancy. Digia has customers who pay them to work on features and >> bugs that their customers need, Nokia does not. > >It is worth noting that Digia'

Re: [Development] Towards a Qt 5 beta: Documentation

2012-05-13 Thread Sivan Greenberg
On Thu, Apr 12, 2012 at 4:12 PM, wrote: > 4.  The QDoc commands and functionality are not known well enough by > For issue 4 I would like to point people to > http://doc-snapshot.qt-project.org/qdoc/ this is the URL of the qdoc > manual. If everybody follows what is written there and reports bugs

Re: [Development] How to build Qt5 out-of-source?

2012-05-13 Thread Thiago Macieira
On sábado, 12 de maio de 2012 15.28.16, Loaden wrote: > > ../Qt5/build -j 1 Conclusion: the build script does not work out-of-source. Do it manually. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration

Re: [Development] How to build Qt5 out-of-source?

2012-05-13 Thread Loaden
In out-of-source build, I have to copy the 'build' and 'build.dependencies' from source directory into the build directory. Then these command lead failed with the log show below. #!/bin/bash > > export LANG=C > unset QTDIR > export PATH="$PWD/../Qt5/qtbase/bin:$PATH" > > ../Qt5/configure -prefix