Re: [Development] Qt5 binary installers

2012-05-28 Thread Loaden
A workround: You can change qtbase\mkspecs\qconfig.pri after configure is done. From: > CONFIG+= debug shared rtti sse2 qpa To: > CONFIG+= debug *build_all* shared rtti sse2 qpa Then everything should build well. I am using this hack for a long time. After the build done, you can change to bac

Re: [Development] Qt5 binary installers

2012-05-28 Thread shane.kearns
8:59 > To: development@qt-project.org > Subject: Re: [Development] Qt5 binary installers > > Hi, > > I have tryed windows version sdk : the install works but : > - plugins and import qml have only debug dll ... there is no release > version (all normal dll have release version

Re: [Development] Qt5 binary installers

2012-05-25 Thread qtnext
Hi, I have tryed windows version sdk : the install works but : - plugins and import qml have only debug dll ... there is no release version (all normal dll have release version) .. I have the same issue building from git on windows. - plugins to play movie on windows is not build (no directshow

Re: [Development] Qt5 binary installers

2012-05-24 Thread simo.falt
Moi, Installer will ask the target dir while installing. By default is suggesting /home/user/QtSDK. I do imagine that you should be able to install those in parallel. Just make sure that the paths are pointing to correct version while running. Simo On May 24, 2012, at 11:18 AM, ext Daniel Kreut

Re: [Development] Qt5 binary installers

2012-05-24 Thread Daniel Kreuter
Hi, On Thu, May 24, 2012 at 7:51 AM, wrote: > Hi, > Finally there is some progress with the bin packaging. > There is now jenkins creating desktop installers twice a day, if there is > change in git. Currently it detects the git 7 am and pm (GMT +2). > First it creates the beta src package > (

[Development] Qt5 binary installers

2012-05-23 Thread simo.falt
Hi, Finally there is some progress with the bin packaging. There is now jenkins creating desktop installers twice a day, if there is change in git. Currently it detects the git 7 am and pm (GMT +2). First it creates the beta src package (http://origin.releases.qt-project.org/qt5.0-beta-latest/),