Re: [Interest] Include error in a ui generated code

2015-04-17 Thread André Somers
Etienne Sandré-Chardonnal schreef op 17-4-2015 om 10:35: > Dear all, > > I'm struggling with this compilation error since this morning: > > ui_mainwindow.h:13: error: QtGui/QAction: No such file or directory > #include > > As the file name suggests, this is a header generated by qmake from a .ui >

Re: [Interest] Include error in a ui generated code

2015-04-17 Thread Etienne Sandré-Chardonnal
Hi, I had some old QT4 build dir left in my PATH, thanks. I had tried adding "-v" to qmake parameters in my project settings, and it did return "5.4.1" so I did not expect that uic from qt4 was called. Thanks again, Etienne 2015-04-17 14:24 GMT+02:00 Andreas Pakulat : > Hi, > > The header

Re: [Interest] Include error in a ui generated code

2015-04-17 Thread Andreas Pakulat
Hi, On Fri, Apr 17, 2015 at 10:35 AM, Etienne Sandré-Chardonnal < etienne.san...@m4x.org> wrote: > Dear all, > > I'm struggling with this compilation error since this morning: > > ui_mainwindow.h:13: error: QtGui/QAction: No such file or directory > #include > > As the file name suggests, this i

[Interest] Include error in a ui generated code

2015-04-17 Thread Etienne Sandré-Chardonnal
Dear all, I'm struggling with this compilation error since this morning: ui_mainwindow.h:13: error: QtGui/QAction: No such file or directory #include As the file name suggests, this is a header generated by qmake from a .ui The QAction header is in QWidgets and not in QtGui, so the error is cle