Re: [Development] [Interest] Current status of the co-installation

2012-10-30 Thread Thiago Macieira
On segunda-feira, 29 de outubro de 2012 18.51.10, Thiago Macieira wrote: However, if you do a -prefix /usr configuration, then the layout will be: /usr/binUser applications only (qdbus, linguist, etc.) /usr/liblibs

Re: [Development] [Interest] Current status of the co-installation

2012-10-30 Thread Koehne Kai
-bounces+kai.koehne=digia@qt-project.org] on behalf of Thiago Macieira [thiago.macie...@intel.com] Sent: 29 October 2012 23:20 To: development@qt-project.org Subject: [Development] [Interest] Current status of the co-installation Hello again Here's the current status: * Qt Quick 1 and 2 de

Re: [Development] [Interest] Current status of the co-installation

2012-10-30 Thread Thiago Macieira
On terça-feira, 30 de outubro de 2012 07.29.57, Koehne Kai wrote: I stil don't like the qml2x convention too much. If you go through the list, only qmlplugindump is both qtquick1 and qtquick2, so adding a '2' to all the tools isn't necessary. ./lib64/qt5/bin/qml2bundle

[Development] [Interest] Current status of the co-installation

2012-10-29 Thread Thiago Macieira
Hello again Here's the current status: * Qt Quick 1 and 2 de-conflicting: The Qt Quick 1 library is renamed and the patches are in. The library is called QtDeclarative again. Qt Quick 1 retains its import paths in QLibraryInfo::ImportsPath / $$[QT_INSTALL_IMPORTS], with no subdir. Qt Quick 2

Re: [Development] [Interest] Current status of the co-installation

2012-10-29 Thread Chris Adams
Hi, [snip] Question: qml2scene or qml2viewer? If no one speaks up, it will be qml2scene. The patches for that are ready, pending approval. [snip] The relevant changes are: Qt Quick 1 2: https://codereview.qt-project.org/37104 (QQ1's imports with no subdir)

Re: [Development] [Interest] Current status of the co-installation

2012-10-29 Thread Thiago Macieira
On terça-feira, 30 de outubro de 2012 10.12.02, Chris Adams wrote: qml2scene makes more sense than qml2viewer, in my opinion. Thanks, that means I don't need to change anything. It also helps in Qt Creator because it knows that Qt Quick 2 = scene and Qt Quick 1 = viewer. I've added some

Re: [Development] [Interest] Current status of the co-installation

2012-10-29 Thread Thiago Macieira
On segunda-feira, 29 de outubro de 2012 15.20.20, Thiago Macieira wrote: * Default paths: The defaults on a regular Unix or Windows installs are: -bindir$prefix/bin [unchanged] -libdir$prefix/lib [unchanged] -libexecdir$prefix/lib/qt5/libexec [new]