QT Creator build and rebuild -
i have 2 projects qt-creator c++. let's call project , project b. project works fine. project b strange. last week when tried debug it, stuck. re-saved .pro file (not changing anything) , works. every time build , debug (which build , run ), qt rebuild all. creates moc_blabla.o again every time build it. when debug project b, qt rebuild , run, not build , run. in project works fine. project a.pro , project b.pro have same architecture, no special configuration, default. there wrong did in project b? there way can normal build in project b again? qt creator gets things mixed up, instance, when have hand-edited project file. if project acts strangely close projects , editors in qt creator , delete intermediate files (*.obj, .o, ...) , outputs ( .exe, *.dll, *.lib, *.dylib, ...) produced project. also, delete .pro.user file(s). last step force qt creator configure project anew (and create new .pro.user file). all of above might achieved through make clean or qt cre...