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 <ap...@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 >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest