Hi -
I'd like to pass in my own command line arguments to a Qt project that is based on the QTestlib. When I pass my own argument on the command line (say something like "-t1"), QTestlib seems to intercept it and prints out the help message.
Is what I want to do possible?