Hey there,

I used a windows pc to created a QT project. Now I want to use it on a unix system.

qmake -project runs just fine.
qmake doesnt - it says:
uic: File generated with too old version of QT Designer.
I'm using the latest version available for windows. 2.0.1 / 4.7.0

But the unix version is 2.0.1a, QT 4.2.1
What can I do?
And thanx in advance.