Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread lars.knoll
On Jul 31, 2012, at 11:10 AM, ext Thiago Macieira wrote: > On terça-feira, 31 de julho de 2012 08.54.56, shane.kea...@accenture.com > wrote: >> Or can we load it using dlopen like we do for openssl? > > We used to, but it was also hardcoded to a single soname version. If it > couldn't find th

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Thiago Macieira
On terça-feira, 31 de julho de 2012 08.54.56, shane.kea...@accenture.com wrote: > Or can we load it using dlopen like we do for openssl? We used to, but it was also hardcoded to a single soname version. If it couldn't find that one, it would print an annoying qWarning and disable ICU functionality

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread lars.knoll
On Jul 31, 2012, at 10:49 AM, ext Thiago Macieira wrote: > On terça-feira, 31 de julho de 2012 09.53.52, Olivier Goffart wrote: >> On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: >>> On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales > wrote: My linux distribu

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread shane.kearns
acieira > Subject: Re: [Development] Experimental Qt 5 installers by Digia > > On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: > > On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales > wrote: > > > My linux distribution is Ubuntu 12.04 and I

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Thiago Macieira
On terça-feira, 31 de julho de 2012 09.53.52, Olivier Goffart wrote: > On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: > > On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales wrote: > > > My linux distribution is Ubuntu 12.04 and I have libicui18n > > > installed,

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Olivier Goffart
On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: > On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales wrote: > > My linux distribution is Ubuntu 12.04 and I have libicui18n installed, > > > > but version 48 not 44. Any clue? > > That won't work. Because of the ICU de

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Thiago Macieira
On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales wrote: > My linux distribution is Ubuntu 12.04 and I have libicui18n installed, > but version 48 not 44. Any clue? That won't work. Because of the ICU dependency, our binaries no longer work across many distros. They will wo

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-30 Thread Leandro Melo de Sales
Hi, I install qt5 using linux installer. When I try to compile a simple project, I get: $ qmake $ make g++ -Wl,-O1 -Wl,-rpath,/home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib -Wl,-rpath,/home/leandro/qt/ -o project main.o -L/home/leandro/Qt5.0.0beta/Desktop/Qt/5.0.0-beta/gcc/lib -lQtCore

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-15 Thread Leandro Melo de Sales
Hi, Why the current installers directory (http://releases.qt-project.org/digia/2012-07-14/) does not contain a .dmg file for QtSDK? Maybe it happened an error while compiling Qt for MacOS... -- Leandro Melo de Sales Professor at Institute of Computing at Federal University of Alagoas, Brazil Ph

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-13 Thread Leandro Melo de Sales
Ok... thanks. 2012/7/13 > When using the links below, please ensure that you are not redirected to > URLs which has “origin.” prefixed. If you are on a > > http://origin.releases.qt-project.org/... > > URL, you are downloading from the “master” machine, and it will be slow. > Sim

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-13 Thread marius.storm-olsen
When using the links below, please ensure that you are not redirected to URLs which has "origin." prefixed. If you are on a http://origin.releases.qt-project.org/... URL, you are downloading from the "master" machine, and it will be slow. Simply remove the "origin." prefix, and you should be

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-13 Thread Turunen Tuukka
For now MSVC2010. -- -- Tuukka Daniel Kreuter kirjoitti 13.7.2012 11:45: Which compiler will be used for windows? MinGw or MSVC? On Fri, Jul 13, 2012 at 9:31 AM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: > On sexta-feira, 13 de julho de 2012 01.20.07, Leandro Mel

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-13 Thread Daniel Kreuter
Which compiler will be used for windows? MinGw or MSVC? On Fri, Jul 13, 2012 at 9:31 AM, Thiago Macieira wrote: > On sexta-feira, 13 de julho de 2012 01.20.07, Leandro Melo de Sales wrote: >> Hi, >> This was with my own source code, that it compiles nicely with my own Qt5 >> compilation that I

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-13 Thread Thiago Macieira
On sexta-feira, 13 de julho de 2012 01.20.07, Leandro Melo de Sales wrote: > Hi, > This was with my own source code, that it compiles nicely with my own Qt5 > compilation that I did following the guide available here: > http://qt-project.org/wiki/Building-Qt-5-from-Git Send us the output from qm

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Turunen Tuukka
Hi, It is about impossible to say without looking into what your code is about. And of course every build of Qt 5 is different as there is active work ongoing in most areas still. If you have time to track down the cause of the problem, please raise a bug on this. Yours, -- Tuukk

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Leandro Melo de Sales
Hi, This was with my own source code, that it compiles nicely with my own Qt5 compilation that I did following the guide available here: http://qt-project.org/wiki/Building-Qt-5-from-Git []s, Leandro. -- Leandro Melo de Sales Professor at Institute of Computing at Federal University of Alagoas,

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Turunen Tuukka
Was this with some of the examples, say animatedtiles, or with your own code? I mean are you able to build at all? For us the mac package did work nicely at least for examples. Yours, -- -- Tuukka Leandro Melo de Sales kirjoitti 13.7.2012 4:03: Dear Turunen, I have insta

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Leandro Melo de Sales
Dear Turunen, I have installed using the installer .dmg on my Mac and when I run qmake I get the following error: *Project ERROR: Unknown module(s) in QT: quick qml widgets multimedia xml network gui core* Any suggestion? []s, Leandro. -- Leandro Melo de Sales Professor at Institute of Com

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Richard Moore
Thanks Turunen, good to see this side of the release moving forward. Cheers Rich. On 12 July 2012 14:59, Turunen Tuukka wrote: > > Hi All, > > As you know we have been working in close co-operation in the Qt Project for > making the installers for Qt 5 as well as the tools to create these. >

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Turunen Tuukka
We have contributed all the changes we made, so that part should be same. Yours, -- Tuukka Rafael Roquetto kirjoitti 12.7.2012 17:21: Hello, Are these installers based on the Qt installer framework? If so, are there any differences in the framework code itself, or is it just the

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Rafael Roquetto
Hello, Are these installers based on the Qt installer framework? If so, are there any differences in the framework code itself, or is it just the build system and build scripts which are different? Best regards, Rafael On Thu, Jul 12, 2012 at 01:59:45PM +, Turunen Tuukka wrote: > > Hi All,

[Development] Experimental Qt 5 installers by Digia

2012-07-12 Thread Turunen Tuukka
Hi All, As you know we have been working in close co-operation in the Qt Project for making the installers for Qt 5 as well as the tools to create these. If you wish, you can take a look on the experimental installers we create at: http://releases.qt-project.org/digia/ Currently the installer