Hi everybody! I'm new here =)
Today I downloaded the free version of qt and I'm starting to understand how it works, and it's pretty nice! =D
But, I've managed to screw all up. Let me explain.
I was following the tutorials and learning the basics of qt, when, while running a little window with a button and a slider on it, I decided to look at the ram usage of my app. 17 Mb. I was a little shocked. But then I thought that it was probably due to the fact that I was running the up under the qt environment, and that normally it would've taken much less memory to run.
So I started to read how to deploy statically an app, since the simple exe in the debug folder was refusing to run even after adding in the same folder the dlls it was asking. I arrived to this page, which is also included in the qt help. I followed the instruction, but I stumbled into this bug. Now, I thought it was probably my fault, and I didn't understand well the instructions, so I reconfigured the qt environment with the -no-qt3support option, and I remade the exact same thing, and this time everything compiled ( in more than 6 hours, I must say =P ). Still, everything is broken. Everytime I try to compile something, there is always the error stated in the bug page.
I guess I'll have to reinstall the whole thing, but I wanted to know better how should I do to create a standalone exe for win\linux\mac. Isn't there a more simple method? Or didn't I understand anything?
Thanks alot for your time! =)