[Qt-interest] changes to .ui files not showing in ubuntu

Oliver.Knoll at comit.ch Oliver.Knoll at comit.ch
Wed Feb 10 17:57:27 CET 2010


Darryl Campbell wrote on Wednesday, February 10, 2010 5:34 PM:

> Yes, I am. I am using a source repository and syncing the files onto
> my linux workstation before I compile. 

Sync the times between your repository (I assume a remote machine) and your local build machine. If the files you checkout have a "Last modified" date in the future, uic won't recompile your *.ui files, because it finds that the resulting *.cpp files etc. are "in the future" and hence newer than the *.ui file you have just changed, and hence it assumes "no need to recompile".

Does that solve the problem?

Cheers, Oliver
-- 
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22



More information about the Qt-interest-old mailing list