Page 1 of 1

Irrlicht 1.8 + Qt5.0.1 + QtCreator

Posted: Fri Mar 22, 2013 10:07 pm
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.

Re: Irrlicht 1.8 + Qt5.0.1 + QtCreator

Posted: Sat Mar 23, 2013 5:40 pm
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.

Re: Irrlicht 1.8 + Qt5.0.1 + QtCreator

Posted: Sun Mar 24, 2013 9:58 am
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?