[Development] Build failed of master (qt3d)

2012-03-22 Thread Loaden
Hi, All, Please see https://bugreports.qt-project.org/browse/QTBUG-24896 There should lose some stuff on Qt3D module. When use: nmake release The building will broke. Configure And Build Command: > set PATH=%CD%\qtbase\bin;%CD%\gnuwin32\bin;%PATH% > set QMAKESPEC=win32-msvc2010 > set QTDIR= > con

Re: [Development] Issues with cross-compilation

2012-03-22 Thread Girish Ramakrishnan
Hi Pierre, On Thu, Mar 22, 2012 at 4:30 AM, Pierre Vorhagen wrote: > Hello, > > I have had 2 issues with cross-compilation of Qt 5 to an ARM board, that > I have not found clean solutions for. > > 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead > of the one of the developm

Re: [Development] Seen in teapot.h

2012-03-22 Thread daniel.pope
Happily the patch is now integrating... but hey, a cube is just a teapot with a bunch of vertices removed, right? D. From: development-bounces+daniel.pope=nokia@qt-project.org [development-bounces+daniel.pope=nokia@qt-project.org] on behalf of Wil

Re: [Development] Seen in teapot.h

2012-03-22 Thread Alex Wilson
On Friday, March 23, 2012 07:06:25 am ext Thiago Macieira wrote: > On quinta-feira, 22 de março de 2012 20.54.54, BOUCARD Olivier wrote: > > The file teapot.h from Qt5 contains this: > > > > > > #ifndef CUBE_H > > #define CUBE_H > > > > I think this is a typo. Copy&paste are really dangerous com

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Loaden
After applied two patch, will lead build broke. > cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -W3 -w34100 -w34189 -GR > -EHsc -DUNICODE -DWIN32 -D > QT_LARGEFILE_SUPPORT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS > -DQT_USE_QSTRINGBUILDER -I"tmp" > -I"..\..\include\QtCore" -I"..\..\mksp

Re: [Development] configure --help not work now!

2012-03-22 Thread Loaden
> > After you perform "git clean -dfx" for qtbase, the "configure.exe" > will be removed. > > When you run "configure -help" again, the "configure.bat" will > * generate "configure.exe" [Is this the issue you mentioned?] > * run "configure" with the params you pass to configure.bat > *Yes, yo

Re: [Development] configure --help not work now!

2012-03-22 Thread 1+1=2
Hi, The valid "help" options for configure under Windows are -help -h and -? . After you perform "git clean -dfx" for qtbase, the "configure.exe" will be removed. When you run "configure -help" again, the "configure.bat" will * generate "configure.exe" [Is this the issue you mentioned?] * ru

Re: [Development] Seen in teapot.h

2012-03-22 Thread Thiago Macieira
On quinta-feira, 22 de março de 2012 20.54.54, BOUCARD Olivier wrote: > The file teapot.h from Qt5 contains this: > > > #ifndef CUBE_H > #define CUBE_H > > I think this is a typo. Copy&paste are really dangerous commands... ;) HTTP error code 418 -- Thiago Macieira - thiago.macieira (AT) intel.co

[Development] Seen in teapot.h

2012-03-22 Thread BOUCARD Olivier
The file teapot.h from Qt5 contains this: #ifndef CUBE_H #define CUBE_H I think this is a typo. Copy&paste are really dangerous commands... ;) Olivier. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinf

Re: [Development] Change in qt/qtactiveqt[master]: Port ActiveQt to meta-object revision 7

2012-03-22 Thread kent.hansen
I should mention that Friedemann has been making a very good effort at helping activeqt limp along. But without autotests, the work becomes unpredictable, time-consuming and agonizing. Kent From: development-bounces+kent.hansen=nokia@qt-project.org

Re: [Development] Issues with cross-compilation

2012-03-22 Thread Jon Trulson
On Thu, 22 Mar 2012, Pierre Vorhagen wrote: > Hello, > > I have had 2 issues with cross-compilation of Qt 5 to an ARM board, that > I have not found clean solutions for. > > 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead > of the one of the development system. This results

Re: [Development] Change in qt/qtactiveqt[master]: Port ActiveQt to meta-object revision 7

2012-03-22 Thread kent.hansen
Hi Mark! The main problem with activeqt is that it doesn't have autotests. activeqt relies on a lot of internal/low-level details of the Qt meta-type/object system. We've made big changes to these internals for Qt5 -- but since there are no autotests to verify that activeqt is working as intende

Re: [Development] *Any* URL for QPA info / docs?

2012-03-22 Thread Quim Gil
On 03/22/2012 04:03 AM, ext morten.sor...@nokia.com wrote: > I just finished typing out a README, see > http://codereview.qt-project.org/#change,20941 Thank you! And in return: http://qt-project.org/wiki/Qt-Platform-Abstraction With this the little problem for the Qt 5 Alpha release notes is solv

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Stephen Kelly
On Thursday, March 22, 2012 15:08:03 Stephen Kelly wrote: > On Thursday, March 22, 2012 21:45:46 Loaden wrote: > > > Project WARNING: You should probably load(qt_module) first in > > > winmain.profor qtmain, as it also loa d()s qt_module_config. > > > Project MESSAGE: Not doing so may lead to qt_mo

Re: [Development] Issues with cross-compilation

2012-03-22 Thread Thiago Macieira
On quinta-feira, 22 de março de 2012 12.30.05, Pierre Vorhagen wrote: > 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead > of the one of the development system. This results in failure when said > library is seen to be in the wrong format. Can't confirm, it works for me here

[Development] Why don't build qch_docs in default?

2012-03-22 Thread Loaden
Hi, All! After these step, I found a issue about docs. > set PATH=%CD%\qtbase\bin;%CD%\qtrepotools\bin;%CD%\gnuwin32\bin;%PATH% > set QMAKESPEC=win32-msvc2010 > set QTDIR= > configure -opensource -prefix %CD%\qtbase -confirm-license > -debug-and-release -fast -platform win32-msvc2010 -nomake examp

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Stephen Kelly
On Thursday, March 22, 2012 21:45:46 Loaden wrote: > > Project WARNING: You should probably load(qt_module) first in > > winmain.profor qtmain, as it also loa d()s qt_module_config. > > Project MESSAGE: Not doing so may lead to qt_module_config.prf > > overriding > > compiler/linker options in > >

Re: [Development] configure --help not work now!

2012-03-22 Thread Loaden
It's can't work when use: git submodule foreach --recursive 'git clean -dfx' and git clean -dfx to clear you Qt Repos first. Then type 'configure --help' will directly configure current Qt. Windows 7 32bit. I can sure a week ago it still works fine. 2012/3/22 > > I remember some days ago it sti

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Loaden
Hi, Sorry for late, because work. I can sure it happen on build qtbase. I just test it on Windows, don't know other OS things. *After apply this patch, here is the MESSAGE:* > D:\qpSOFT\Sources>cd Qt5 > D:\qpSOFT\Sources\Qt5>set > PATH=%CD%\qtbase\bin;%CD%\qtrepotools\bin;%CD%\gnuwin32\bin;%PATH%

Re: [Development] configure --help not work now!

2012-03-22 Thread jason.mcdonald
> I remember some days ago it still works fine. > But it don't work for me. :( Hi Loaden, I'm not able to produce this failure using qt5.git. Please provide more information (e.g. which platform, which repo/sha1's), preferably by raising an issue in https://bugreports.qt-project.org/. Cheers

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Stephen Kelly
On Thursday, March 22, 2012 12:13:20 shane.kea...@accenture.com wrote: > Hi Stephen, > > I can confirm - I have a c:\cmake directory created. > Based on the date, I think it came from building the alpha package. > > It contains one folder (Qt5) with two files, Qt5Config.cmake and > Qt5ConfigVersi

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread shane.kearns
Hi Stephen, I can confirm - I have a c:\cmake directory created. Based on the date, I think it came from building the alpha package. It contains one folder (Qt5) with two files, Qt5Config.cmake and Qt5ConfigVersion.cmake. Qt config line was "configure -opensource -confirm-license -nomake tests"

[Development] Issues with cross-compilation

2012-03-22 Thread Pierre Vorhagen
Hello, I have had 2 issues with cross-compilation of Qt 5 to an ARM board, that I have not found clean solutions for. 1. For libbootstrap, qmake seems to pick up the cross-compiler, instead of the one of the development system. This results in failure when said library is seen to be in the wro

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Stephen Kelly
On Thursday, March 22, 2012 11:36:35 Sergio Ahumada wrote: > On 03/22/2012 11:15 AM, ext Stephen Kelly wrote: > > On Thursday, March 22, 2012 11:14:22 Stephen Kelly wrote: > > > On Thursday, March 22, 2012 10:05:40 Loaden wrote: > > > > D:\cmake\Qt5\Qt5Config.cmake > > > > D:\cmake\Qt5\Qt5Config

Re: [Development] *Any* URL for QPA info / docs?

2012-03-22 Thread morten.sorvig
On Mar 21, 2012, at 7:40 PM, ext Quim Gil wrote: Do people working with QPA transmit the knowledge from elders to apprentices in secret gatherings or…? That's a quite accurate description. (also #qt-lighthouse and #qt-platforms on irc) Even a README in gitorious would do. Anything. I just fin

[Development] Plugin to change project's build/run settings

2012-03-22 Thread Claudio Scordino
Hi all. First of all, my congratulations for the amazing job that you have done with Qt Creator. I need to create a plugin for Qt Creator that changes project's "Build Settings" and "Run Settings" in order to work with the Scratchbox2 environment. In practice, the plugin: - Can be enabled/d

Re: [Development] Fwd: *Any* URL for QPA info / docs?

2012-03-22 Thread Sivan Greenberg
Trying to find some info about it myself (fascinated by decoupling and abstract stuff) I found this sparse "resources": http://qt-project.org/wiki/Lighthouse_Architecture More information would be appreciated yes. -Sivan On Wed, Mar 21, 2012 at 9:39 PM, Krenar Qehaja wrote: > [Forgot to inclu

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Sergio Ahumada
On 03/22/2012 11:15 AM, ext Stephen Kelly wrote: > On Thursday, March 22, 2012 11:14:22 Stephen Kelly wrote: > > On Thursday, March 22, 2012 10:05:40 Loaden wrote: > > > D:\cmake\Qt5\Qt5Config.cmake > > > D:\cmake\Qt5\Qt5ConfigVersion.cmake > > > D:\qpSOFT\Sources\Qt5\qtbase\mkspecs\cmake\Qt5Ba

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Stephen Kelly
On Thursday, March 22, 2012 11:14:22 Stephen Kelly wrote: > On Thursday, March 22, 2012 10:05:40 Loaden wrote: > > D:\cmake\Qt5\Qt5Config.cmake > > > > D:\cmake\Qt5\Qt5ConfigVersion.cmake > > > > D:\qpSOFT\Sources\Qt5\qtbase\mkspecs\cmake\Qt5BasicConfig.cmake.in > > D:\qpSOFT\Sources\Qt5\qtbase\

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-22 Thread Stephen Kelly
On Thursday, March 22, 2012 10:05:40 Loaden wrote: > D:\cmake\Qt5\Qt5Config.cmake > D:\cmake\Qt5\Qt5ConfigVersion.cmake > D:\qpSOFT\Sources\Qt5\qtbase\mkspecs\cmake\Qt5BasicConfig.cmake.in > D:\qpSOFT\Sources\Qt5\qtbase\mkspecs\cmake\Qt5ConfigVersion.cmake.in > ... There are two odd things here: