Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Liang Jian
To Michael R Nelson: I use qt creator 3.5 downloaded from qt.io, the qt-iOS version will not be detected automatically, I have to add a qt version by selecting qmake file path from the installed armv7 qt-5.5.0 iOS, after that the qt version will appear and press 'OK' button the build kit will a

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Thiago Macieira
On Sunday 20 September 2015 00:40:22 Philippe wrote: > lalr.cpp:241:56: error: expected unqualified-id > struct _Nullable: public std::unary_function Already fixed. Please upgrade (post 5.5.0) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Philippe
> The error message is not in your paste. Look further up. /Developer/Qt/5.5.0/32/qtbase/bin/qmake -o Makefile qlalr.pro /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -arch i386 -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Thiago Macieira
On Saturday 19 September 2015 20:46:22 Philippe wrote: > mv -f QtNetwork ../../lib/QtNetwork.framework/Versions/5/QtNetwork > ln -s Versions/Current/QtNetwork ../../lib/QtNetwork.framework/QtNetwork > make[1]: *** [sub-src-make_first] Error 2 > make: *** [module-qtbase-make_first] Error 2 > logout

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Philippe
> I tried the final that got pushed to me yesterday. Absolutely no issues, not > even a new warning. No such luck here, to build Qt 5.5.0. I used the default configure: a few Qt modules are built successfully, but right after the QtNetwork module is finished, I get the following error, and that g

[Interest] QML Canvas - imagedata and context setup

2015-09-19 Thread Francis Herne
For a couple of days now, I've been trying to use QML Canvas in my application. Initially I ran into 'bugs' with tiling mode (not only is it completely broken for any usage, according to a dev on IRC it always has been - yet it's recommended for some purposes in the docs). http://i.imgur.com/Mqf

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Michael R Nelson
I have similar issues as Robert, regardless of whether I use Qt Creator that came with Qt 5.5, or install and use Qt Creator 3.5. After new installs of Qt 5.5 and XCode 7 on clean machine, Qt Creator doesn’t create a compiler entry for iOS cross-compiler, does show a Qt Version entry for iOS but

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-19 Thread Liang Jian
I use qt5.5.0-iOS with qtcreator 3.5, xcode-7.0 without any problem On Fri, Sep 18, 2015 at 10:54 PM, Robert Iakobashvili wrote: > On Fri, Sep 18, 2015 at 5:42 PM, Robert Iakobashvili > wrote: > > On Fri, Sep 18, 2015 at 6:00 AM, Edward Sutton > > wrote: > >> For those of you developing fo

Re: [Interest] MacOSx: Qt::KeypadModifier for arrow keys?

2015-09-19 Thread Elvis Stansvik
Hi Alan, 2015-09-18 22:52 GMT+02:00 Alan Ezust : > I am running a keyboard test program on the MacOS > with Qt 5.4 on MacOSx 10.10.5, Clang. > All it does is print out the modifiers and the keycodes when I type arrow > keys. > > > void Dialog::keyPressEvent(QKeyEvent *ke) { > > qDebug() << "ev

[Interest] building the documentation

2015-09-19 Thread René J . V . Bertin
Hello, Out of curiosity, for the purpose of my packaging script: is it possible to build the documentation from the source tree without having to go through the full configure step including building qmake? Thanks, René ___ Interest mailing list Inter