Hi gurus,
i've completed (and successfully compiled) a program created as Qt Widget Project -> Qt GUI Application.
Now i can see that in order to run the app without compiling everytime, i can open directly the .app file inside a folder i chose as "Build directory".
Then let's come to my questions:
1) is this ".app" file self sufficient? I mean..if i transfer it alone (no others files included in build directory) in another pc, which does not even have Qt compiler, will it run?
2) is it possible to use it in ipad? (it works in mac ios 10.6.8)

thanks

Andrea