[quote author="oneposter" date="1385653570"]It should be a easy environment for MAC OS, Windows and Linux.. with full Power + all Features, but still somehow small and i think static Linking will be the way...[/quote]
Buy the commercial license and you are free to use static linking. Or make your app GPLed, then it's also allowed.
Use static linking in LGPL and you are asking for a court case ;) LGPL only forces you about Qt libraries, it is not concerned with any other code/ library that you are using.
Mixed static and dynamic linking is possible, almost every application uses that, actually.