Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Yuchen Deng
2014-05-10 0:08 GMT+08:00 Thiago Macieira : > I haven't checked, but maybe this will work: > > make > make install INSTALL_ROOT=$foo > make docs INSTALL_ROOT=$foo > make install_docs INSTALL_ROOT=$foo > > But I guess it won't. > > The point is that "make docs" wants to use the installed qdoc, not

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Joseph Crowell
Any idea why the Qt examples can't be found anywhere in the arch packages and are of course not listed in Creator? On 5/9/2014 11:45 PM, Ray Donnelly wrote: > You're repeating yourself without adding any explanatory information. > > When releasing software for other people to use, normally you'd

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Thiago Macieira
Em sex 09 maio 2014, às 19:19:29, Sergio Ahumada escreveu: > # docs > make qmake_all > make install > make docs > make -j1 install_docs INSTALL_ROOT=blah > > Not sure whether all the steps are needed though. Can't do make install. -- Thiago Macieira - thiago.macieira (AT) intel.com Software A

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Sergio Ahumada
El 09/05/14 16:01, Koehne Kai escribió: > > >> -Original Message- >> From: development-bounces+kai.koehne=digia@qt-project.org >> [...] >> -prefix is where you want it to finally end up on the users' computer, but >> INSTALL_ROOT is where you want it to get installed to so you can packa

[Development] Adding support for version number comparisons

2014-05-09 Thread Keith Gardner
Greetings, I have been working on adding a class to QtCore (QVersion) to support storing version numbers, convert to/from QString, and having comparison operators. My goal was to provide an API to assist in the following use cases: - Plugin loading where there are multiple versions on the sam

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Thiago Macieira
Em sex 09 maio 2014, às 14:01:52, Koehne Kai escreveu: > > -Original Message- > > From: development-bounces+kai.koehne=digia@qt-project.org > > [...] > > -prefix is where you want it to finally end up on the users' computer, but > > INSTALL_ROOT is where you want it to get installed to

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Sean Harmer
On 09/05/2014 23:15, Ray Donnelly wrote: > You're repeating yourself without adding any explanatory information. > > When releasing software for other people to use, normally you'd > package it elsewhere to -prefix, otherwise how do you untangle the Qt > files from the rest of your files? > > As an

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [...] > -prefix is where you want it to finally end up on the users' computer, but > INSTALL_ROOT is where you want it to get installed to so you can package it > cleanly.. usually. You should be able

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Ray Donnelly
You're repeating yourself without adding any explanatory information. When releasing software for other people to use, normally you'd package it elsewhere to -prefix, otherwise how do you untangle the Qt files from the rest of your files? As an example of this, from Arch Linux's Qt5 packaging fun

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Giuseppe D'Angelo
On 9 May 2014 15:16, Ray Donnelly wrote: > On Fri, May 9, 2014 at 10:05 AM, Giuseppe D'Angelo wrote: >> On 9 May 2014 10:53, Yuchen Deng wrote: >>> If I have to do `make install` first, then I can't use `make install >>> INSTALL_ROOT=$PWD/qt` anymore. >>> It's means INSTALL_ROOT does not support

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Ray Donnelly
On Fri, May 9, 2014 at 10:05 AM, Giuseppe D'Angelo wrote: > On 9 May 2014 10:53, Yuchen Deng wrote: >> If I have to do `make install` first, then I can't use `make install >> INSTALL_ROOT=$PWD/qt` anymore. >> It's means INSTALL_ROOT does not support for this case? > > What do you mean? "make inst

Re: [Development] [Announce] Qt 5.3 RC released

2014-05-09 Thread Martin Koller
On Thursday 08 May 2014 11:31:21 List for announcements regarding Qt releases and development wrote: > Hi, > > The Qt5.3 is RC now released, see > http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candidate-available/ When I compile my app for Android with 5.3.0 RC1, does it also request

[Development] [Announce] Qt 5.3 RC released

2014-05-09 Thread List for announcements regarding Qt releases and development
Hi, The Qt5.3 is RC now released, see http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candidate-available/ Big thanks for everyone who made this possible! Br, Akseli -- Akseli Salovaara Digia, Qt ___ Announce mailing list annou...@qt-project.o

Re: [Development] [Announce] Qt 5.3 RC released

2014-05-09 Thread Railway Coder
Hi, Feature list sounds great :-) Will Bluetooth LE be supported? Best regards, Railwaycoder Am 08.05.2014 13:31 schrieb "List for announcements regarding Qt releases and development" : > Hi, > > The Qt5.3 is RC now released, see > http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candida

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Giuseppe D'Angelo
On 9 May 2014 10:53, Yuchen Deng wrote: > If I have to do `make install` first, then I can't use `make install > INSTALL_ROOT=$PWD/qt` anymore. > It's means INSTALL_ROOT does not support for this case? What do you mean? "make install" will install in the directory you chose with the -prefix optio

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Yuchen Deng
If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case? make install_docs INSTALL_ROOT=$PWD/qt >>install.log 2>&1 2014-05-09 10:21 GMT+08:00 Thiago Macieira : > make install; make docs; make instal