Hi at all,
My problem is simple I think (I'm a newbie): I've created a simple application in QT 4.6 under linux & windows. the same application.
While in linux, thanks to dynamic library, i can just execute the executable file, In windows if I click on the .exe it says me that cannot find some dll. That's right because windows hasn't dinamyc library. The only way I've found to start the application in windows is to execute it from the QT command shell.After I've Installed QT SDK.
Now I'm asking: Downloading a 300MB SDK and excute the application from command line it's really the only way to start the app on windows?(a little application of 2-3 Mb).
Doesn't really exist some light runtime library? Starting it from the shell it is the only way? It is really necessary to install the SDK?

I don't think so, otherwise the famous portability of QT wasn't really so good. It's just I'm a newbie, i'm sure! .

Someone can help me?

Thanks in advance and sorry for my bad english

Wing