Re: [Interest] ios qtmn problems

2015-08-09 Thread Tor Arne Vestbø
GYP is not supported, but if you want to hack up things yourself, you'll have to replicate the logic from the iOS qt.prf in the mkspec. For 5.5 that would be calling the rename_main.sh script. For dev, you can just add -Wl,-e,_qt_main_wrapper to the linker command line. See c937bbb4fe708f7f873c

[Interest] Qt5.5 Qt3D Demos: QOpenGLShader::compile(Vertex): ERROR: 2:1: '' : syntax error: #version is mandatory and should be set before any other token

2015-08-09 Thread privet56 hotmail . com
Hi, The "normal" Qt Demos of Qt 5.5 are working fine when opening + building with QtCreator 3.4.2 but None of the Qt3D Demos are working; they fail with the below error output ( see also screenshot: http://privet.bplaced.net/temp/qt55_qt3d_examples.png ) What is wrong? How can I fix this? --

[Interest] Qt3D: QMainWindow vs ApplicationWindow

2015-08-09 Thread Brett (Gmail)
Hi, I’m starting a brand new project for Mac, Windows, Linux desktops using Qt3D and the new additions (shaders, components, etc.). The app makes heavy use of 3D geometry and OpenGL. I started off doing the typical thing and using a QMainWindow. It took a little mucking about though with the vie