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
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?
--
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