Abdelrazak Younes wrote:
Maybe the ui files have something specific to qt3?Maybe... I don't know if my local Qt4 was compiled with -no-qt3support, I guess not.
Maybe the .ui -> .[hC] generator has a -no-qt3support flag that you aren't using? It would be strange to be able to compile the Qt4 library without Qt3 support and then not be able to use .ui files, no?
Angus