Why changes on the .ui file doesn't appear when i debug the app..?
-
hey, i was programming with Qt in Ubuntu and i wanted to continue programming in Windows. So just i copied the source directory and set the build directory like this
the source code is @navire/@and the build directory is @navire-build-desktop/@.
But when i modify the .ui these changes doesn't appear when i debug the app ? -
Did you recompile your app?
-
there were some .o files and other files in the source directory that i guess they caused the problem, i removed them and i recompiled and the .ui changes appear after debug.
Thanks -
Clean All, Run qmake and Rebuild usually help
Also see this "topic":http://developer.qt.nokia.com/forums/viewthread/3438/
LE: too late...
-
Close Qt Creator, delete navire.pro.user, open your project and recompile it.
also check inside of your .pro file. Make sure all objects are included and not linked to another .uri file.
1/5