Sunday, January 31, 2010

Cleaning Qt before rebuild on Windows.

I ran into this problem when rebuilding Qt 2010.01, but it's been around for a while.

now, to clean the system before a rebuilt:

mingw32-make clean
mingw32-make confclean
del /S *.tmp
configure -shared
mingw32-make sub-src

No comments:

Post a Comment