Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-02-01 Thread Turunen Tuukka
Hi Thomas, The examples problem was very unfortunate, I am sure you are not the only one who hit it. It is already fixed and becomes available when Qt 5.2.1 / Creator 3.0.1 are released. Yours, Tuukka -- Tuukka Thomas Sevaldrud tho...@silentwings.nomailto:tho...@silentwings.no kirjoitti

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-29 Thread Thomas Sevaldrud
I took the one called Qt 5.2.0 for iOS: http://download.qt-project.org/official_releases/qt/5.2/5.2.0/qt-mac-opensource-5.2.0-ios-x86_64-offline.dmg This package installed kits for Mac Desktop as well as iOS device and iOS simulator. This is so weird... I guess other people has this working,

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-29 Thread Thomas Sevaldrud
Now I've tried a lot of different things, and had some success, but mostly failures... First of all It appears that you need to actually compile something in XCode before you can use the command line tools from Qt Creator. I just made a dummy iOS application from a template. The first time I

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-29 Thread Thomas Sevaldrud
Ok... so now I finally have it working :-) Although there are still a couple of small issues... First of all, I noticed that regardless of what I selected on the combobox in the Examples browser, it always loaded the examples from the clang_64 folder. So I tried loading the examples directly from

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-27 Thread nicola
Hi, i wrote this http://qt-project.org/wiki/IOS_SOUND__IMAGE I hope it can help you. Nicola Hello, I wanted to play around with Qt 5.2 on iOS, but it just doesn’t seem to work... I have simply gone through the example in this video: https://www.youtube.com/watch?v=WFGRr0DV3oM

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-27 Thread Till Oliver Knoll
Am 28.01.2014 um 00:39 schrieb Thomas Sevaldrud tho...@silentwings.no: ... the examples that are installed with qt, and which are tagged with ios in Qt Creator. None of these will even compile when targeting the iOS simulator. None of the Qt headers can be found when compiling for iOS..