2010/3/2 Thorbjørn Lindeijer <[email protected]>: > > The above sequence of commands is perfectly valid, and there is no > reason why this should be causing "a lot of problems" (what kind of > problems?).
Yes, sorry for being so vague. This was actually a few months ago so I don't remember the details. There were some undefined environmental variables, but unfortunately I can't remember what they were. If I experience this problem again, I'll certainly post here with more details. When it happened to me, I went onto the Qt Creator IRC channel and someone seemed to think I had done the update incorrectly. > > That said, sometimes there are changes that are not picked up by the > dependencies used in the Makefiles, in case you may need to run a 'qmake > -r' (to run qmake recursively over everything) or maybe even do a 'make > distclean' before running qmake again. > This is most likely what I needed to do. Thanks. Colin _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
