[Development] OSX CMake broken in 5.1.1

2013-06-07 Thread Daiwei Li
Hello, I recently my version of Qt to 5.1.1 and it seems to have broken CMake on OSX. I get the following error message: CMake Error at > /Users/daiweili/.bacon/thirdparty/qt/9d86cdfb2d648428afd462d5062571b5adef377c-osx/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:15 > (message): > The imported

Re: [Development] Clarification on Mac 10.6 support for Qt 5.2

2013-06-07 Thread Thiago Macieira
On sexta-feira, 7 de junho de 2013 18.50.52, Olivier Goffart wrote: > On Friday 07 June 2013 10:22:56 Koehne Kai wrote: > > My suggestion: > > - Leave Qt 5.1.0 as it is right now, move on with the release process > > - Investigate providing an additional binary installer with Qt compiled > > > >

Re: [Development] Standard options & deploying on Mac OS X 10.6 while building on 10.7

2013-06-07 Thread Thiago Macieira
On sexta-feira, 7 de junho de 2013 14.40.41, Vincent wrote: > However, when looking at the clang++ option run during configure step, it > seems MacOSX10.8 sdk is used (see -isysroot argument): > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha > in/usr/bin/clang++ -c

Re: [Development] Jira components for Qt for Tizen project

2013-06-07 Thread Thiago Macieira
On sexta-feira, 7 de junho de 2013 15.29.40, Sergio Ahumada wrote: > For Android and iOS these are actual components: > > - https://bugreports.qt-project.org/browse/QTBUG/component/19927 > - https://bugreports.qt-project.org/browse/QTBUG/component/20020 > > because it was noted that labels didn't

Re: [Development] Clarification on Mac 10.6 support for Qt 5.2

2013-06-07 Thread Thiago Macieira
On sexta-feira, 7 de junho de 2013 10.22.56, Koehne Kai wrote: > Situation with Qt 5.1 as it is > - Binary installer is compiled with OS X 10.7 > - You cannot deploy with them to 10.6 > - If you want to deploy to 10.6 without QtWebKit you have to compile Qt > yourself, on OS X 10.6, or on OS X 1

Re: [Development] [Releasing] Qt 5.1 installers during weekend...

2013-06-07 Thread Thiago Macieira
On sexta-feira, 7 de junho de 2013 12.56.34, Salovaara Akseli wrote: > Hi, > > It has been few days since previous Qt 5.1 installer packages were available > for testing. We believe that we have fixes going in today which will enable > installers to be available again. Since we are very near to ha

[Development] Qt 5.1 installers during weekend...

2013-06-07 Thread Salovaara Akseli
Hi, It has been few days since previous Qt 5.1 installer packages were available for testing. We believe that we have fixes going in today which will enable installers to be available again. Since we are very near to have Qt 5.1 RC1 content in we would appreciate if you could participate testin

Re: [Development] Standard options & deploying on Mac OS X 10.6 while building on 10.7

2013-06-07 Thread Vincent
Hi, Good news :-) I was able to deploy on MacOS X 10.6 a Qt application linked against Qt 5.1.0 Beta 1 built by myself on MacOS X 10.7 with the following configure step (i.e.: -no-c++11 and against 10.8 sdk) ./configure -prefix $PWD/qtbase -opensource -debug-and-release -nomake examples -n

Re: [Development] Standard options & deploying on Mac OS X 10.6 while building on 10.7

2013-06-07 Thread Vincent
OK, now I'm trying to build Qt against 10.6 sdk on the 10.7 machine. I've copied from XCode 4.3.3 the macosx10.6 sdk along 10.7 & 10.8 SDK's. Then configuring with: ./configure -prefix $PWD/qtbase -opensource -debug-and-release -nomake examples -nomake demos -no-c++11 -sdk macosx10.6 -v It seems