I compiled my application statically in Windows, using Qt 4.2.3.

It works, but it gives a lot of warnings:

WARNING: QObject::moveToThread: Current thread (0124C6D0) is not the object's thread (003F7318).
Cannot move to target thread (003F7318)

What does that mean?
Could it be a problem?

BTW, my application doesn't use threads.