Jump to content

[SOLVED] QT Creator Support?


photo

Recommended Posts

Posted

Do you have any plans to support QT Creator?

We try to abandon from VS Studio 2010...

Posted

Unigine uses SCons as build system, I don't know if QtCreator supports SCons, but it supports CMake.

I think creating a CMake project for Unigine SDK would be very good. CMake doesn't build the library itself, but it creates the project files for the compiler of your choice (Eclipse, QtCreator, MinGW, VisualStudio, Codeblocks, Unix makefiles, ...)

I'm not saying CMake is better than SCons and I don't want to create a discussion around this, but the inclusion of CMake project in Unigine would be a significant improvement.

 

I have created my own CMake project for Unigine library, it means this project fits our needs, but it can be used as starting point. Actually our projects compile (and run) in Windows (VisualStudio 2010) and Linux (QtCreator)

If Unigine team or any of you are interested in this file I can shared it. Just let me know :)

Posted

As for now, we'd stick to the current building options. Thank you, however; in case we decide to include a CMake project, we will gladly accept your suggestion.

Posted

It would be great if you support a Cross Platform IDE ,

You have a cross platform 3D Engine so , u need cross platform IDE.

×
×
  • Create New...