QTC 3.0 and uic FYI
-
I have QTC and VS toolkit + Turtoise SVN on the Qt project.
For some reason if I edit any form after I build/clean/rebuild/anything the forms are not updated.The solution that works for me is to run nmake from QT console.
I saw a lot of post about this "problem" and no useful answer so I just thought it might be good to post it here.
-
The next odd thing that happened was controls variable name changes. For that I had to call nmake distclean and the run qmake and rebuild.
I don't really know why this happened - all I can say is that it worked fine before adding my project to a TSVN repo :-??