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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
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
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
> >
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
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%
> 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
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
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"
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
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
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
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
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
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
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\
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:
30 matches
Mail list logo