Quote Originally Posted by Gery View Post
Problem is, that I dont know how to make qmake use my uic.exe instead of the original one, which I dont want to replace. I've tried QMAKE_UIC but it does nothing.
Interesting, I would have also expected that QMAKE_UIC would be the means to that.

Maybe something like
Qt Code:
  1. load(uic)
  2. uic.commands = .....
To copy to clipboard, switch view to plain text mode 

or creating a new uic command/target, like the new_moc example here http://qt-project.org/doc/qt-4.8/qma...ml#customizing

Cheers,
_