Irrlicht 1.8 + Qt5.0.1 + QtCreator

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Irrlicht 1.8 + Qt5.0.1 + QtCreator

Post by eejin »

Hi there, I have been trying to setup Irrlicht with qt5.0.1 and Qt creator but failed to.

I have attempted this method.
But it results in this error:

Code: Select all

C:\Qt\Projects\Test\Test\ui_MainWindow.h:15: error: QtGui/QAction: No such file or directory
That is from the file that is supposed to init the forms.
I'm not sure whether I need that one because I have an .ui file.

Has anyone got Irr 1.8 + Qt 5.0.1 and QtCreator working?
Here is the project folder.

Thanks in advance.
ikam
Posts: 46
Joined: Sun Jun 24, 2007 4:46 pm
Location: France

Re: Irrlicht 1.8 + Qt5.0.1 + QtCreator

Post by ikam »

in qt5 many things have changed.

now for qaction just include : #include <QAction>

for my project i use qt 5.0.1 and irrlicht 1.8 and it works fine.
eejin
Posts: 97
Joined: Sun Jul 24, 2011 11:50 am

Re: Irrlicht 1.8 + Qt5.0.1 + QtCreator

Post by eejin »

Ok I did that for the includes but I keep getting errors no matter what I do. Could you send a basic project where it launches?
Post Reply