Hi
I have a modified version of the OGRE library that I would like to use in a QT project. However this OGRE library was previously compiled using Visual Studio Express 2008 and my QT project was build with the QT Creator using the MinGW compiler that came with it. Obviously I need to migrate my OGRE project to QT by recompiling it using the same compiler.
With OGRE comes a CMake setup that supports MinGW however I get lots of errors when I try to "configure" OGRE with it. I think it cannot find the MinGW compiler.
Are there any special environment variables that I should set or something that I should do to make it possible to compile non-QT projects with QT Creator (MinGW)?
Or should I download and install the MinGW compiler separately from QT and configure the QT Creator to use that instead of the one that comes with QT? I do not want to break my QT installation.
Bookmarks