When you distribute your app you can copy the dll's in the app dir or in the system libraries dir ( system32 on win, /usr/lib on linux ). Mac is an exception - you have the choice of frameworks there, which will be included in the bundle.

Regards