Let say i'm wanting to develop a closed source free application with the free version of Qt.
Would i have to static link or dynamic link the library's?
I'm pretty sure if i want to develop a closed source commercial application i have to dynamically link the library's if using the free version.