Re: [Development] How to build Qt5's docs?

2012-08-20 Thread Lincoln Ramsay
On 08/21/2012 03:29 PM, ext Loaden wrote: > It's still not work for me. My comment was refuting the "it's so hard and complicated to build the monolithic docs" comment, not your problem. > /home/loaden/qpSOFT/Projects/Qt5/qt3d/src/threed/doc/qt3d.qdocconf:1: > error: > Cannot open file

Re: [Development] How to build Qt5's docs?

2012-08-20 Thread Loaden
I have tried: make -C qtdoc qmake >>doc.log 2>&1 > make docs >>doc.log 2>&1 > It's still not work for me. > /home/loaden/qpSOFT/Projects/Qt5/qt3d/src/threed/doc/qt3d.qdocconf:1: > error: Cannot open file > '/home/loaden/qpSOFT/Projects/Qt5/qt3d/src/threed/doc/../../../doc/global/qt-html-templates

Re: [Development] How to build Qt5's docs?

2012-08-20 Thread Lincoln Ramsay
On 08/20/2012 05:46 PM, ext lars.kn...@nokia.com wrote: > The second approach requires running qtdoc on some .qdocconf file in the > qtdocs module (plus maybe some additional black magic ;-) Not at all.. cd qtdoc make online_docs The only "trick" is that you need to force qmake to be run if you'

Re: [Development] How to build Qt5's docs?

2012-08-20 Thread Alan Ezust
I've been having trouble building qch_docs also. I am told it is broken at the moment. Please let us know when it works again. make online_docs seems to work. I thought I'd post my experience trying to build qch docs since it is different from loaden's. [ezust@cerberus] /home/ezust/Trolltech/qt5

Re: [Development] Cross compiling Qt 5

2012-08-20 Thread Romain Pokrzywka
On Sunday, August 19, 2012 11:51:05 AM Peter =?ISO-8859-1?Q?K=FCmmel?= wrote: > Here a proposal: > 1. -target-mkspec : specify mkspec name > 2. -target : specify toolchain prefix -toolchain-prefix sounds much more appropriate than -target (which to me means the target hardware platfo

Re: [Development] QVairant::Type enums are now obsolete?

2012-08-20 Thread Thiago Macieira
On segunda-feira, 20 de agosto de 2012 18.22.53, Marc Mutz wrote: > On Monday August 20 2012, Thiago Macieira wrote: > > > It seems a QVariant constructor that takes a QMetaType::Type is needed. > > > > No, we don't think so. > > We probably should add it, but deleted. To prevent that porting mista

Re: [Development] QVairant::Type enums are now obsolete?

2012-08-20 Thread Marc Mutz
On Monday August 20 2012, Thiago Macieira wrote: > > It seems a QVariant constructor that takes a QMetaType::Type is needed. > > No, we don't think so. We probably should add it, but deleted. To prevent that porting mistake. -- Marc Mutz | Senior Software Engineer KDAB (Deutschland) GmbH & Co.K

Re: [Development] QVairant::Type enums are now obsolete?

2012-08-20 Thread Thiago Macieira
On segunda-feira, 20 de agosto de 2012 11.22.12, Stephen Chu wrote: > I just noticed that all the QVariant::Type enums are now marked as > obsolete in 5.0 doc: > http://qt-project.org/doc/qt-5.0/qvariant-obsolete.html#Type-enum > > The goal seems to be to switch to QMetaType enums. But in the attem

[Development] QVairant::Type enums are now obsolete?

2012-08-20 Thread Stephen Chu
I just noticed that all the QVariant::Type enums are now marked as obsolete in 5.0 doc: http://qt-project.org/doc/qt-5.0/qvariant-obsolete.html#Type-enum The goal seems to be to switch to QMetaType enums. But in the attempt to make my code up-to-date, I find that strait replace of the old names

Re: [Development] How to build Qt5's docs?

2012-08-20 Thread lars.knoll
On Aug 18, 2012, at 3:19 PM, ext Loaden mailto:loa...@gmail.com>> wrote: I want to build Qt5's docs (qch), but failing always. make docs >>doc.log 2>&1 Error Message: threed.pro -o Makefile ) && make -f Makefile docs make[3]: Entering directory `/home/loaden/qpSOFT/Projects