How does exactly Qt work?
Posted
by Somebody still uses you MS-DOS
on Stack Overflow
See other posts from Stack Overflow
or by Somebody still uses you MS-DOS
Published on 2010-06-15T13:49:18Z
Indexed on
2010/06/15
13:52 UTC
Read the original article
Hit count: 119
I have seen that you can write your application in Qt, and can be run in different operating systems. And - correct me if I'm wrong - you don't need to have Qt installed in all of these plataforms.
How does exactly this works? Does Qt compiles to the desired plataform, it bundles some "dlls" (libs), how? Is different from programming a Java application for the sake of cross-plataform? If you use Python to write a Qt application with Python bindings, does the final user needs to have Python installed?
© Stack Overflow or respective owner