[Interest] Include error in a ui generated code

Etienne Sandré-Chardonnal etienne.sandre at m4x.org
Fri Apr 17 14:40:46 CEST 2015


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 <apaku at gmx.de>:

> Hi,
>
> The header is generated by uic, so either its not run at all because the
> header is still there or the wrong uic is run. I'd start with a fresh empty
> directory, copy a freshly extracted version of the software into that
> directory so there cannot be any hidden directories with cached files and
> then ensure that PATH does not contain any qt4 binary, in particular not
> uic, qmake, moc or rcc. If that works then you'll most likely find some
> screwup in your environment or some leftovers still in your original
> project directory. If it still fails I'd check what the Makefile contains
> for uic invocation and what version that is. if its qt4 but inside a qt5
> install I'd reinstall qt5.
>
> Andreas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150417/1353b8cc/attachment.html>


More information about the Interest mailing list